Color spaces of #41a028
RGB | 65 | 160 | 40 |
---|---|---|---|
HSL | 0.30 | 0.60 | 0.39 |
HSV | 108° | 75° | 63° |
CMYK | 0.59 | 0.00 | 0.75 0.37 |
XYZ | 15.1338 | 26.4186 | 6.3092 |
Yxy | 26.4186 | 0.3162 | 0.5520 |
Hunter Lab | 51.3990 | -37.3912 | 28.7015 |
CIE-Lab | 58.4323 | -49.8263 | 50.9385 |
#41a028 color RGB value is (65,160,40).
#41a028 hex color red value is 65, green value is 160 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #41a028 hue: 0.30 , saturation: 0.60 and the lightness value of 41a028 is 0.39.
The process color (four color CMYK) of #41a028 color hex is 0.59, 0.00, 0.75, 0.37. Web safe color of #41a028 is #339933. Color #41a028 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 10100000 | 00101000 |
Octal | 101 | 240 | 50 |
Decimal | 65 | 160 | 40 |
Hex | 41 | A0 | 28 |
Shades of #41a028
Tints of #41a028
RGB Percentages of Color #41a028
CMYK Percentages of Color #41a028
Complementary Color
#41a028 | #8728a0 |
#41a028 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41a028 Color Preview on White Background
Lorem ipsum dolor sit amet.
#41a028 Color CSS Codes
.mybgcolor {background-color:#41a028; } .myforecolor {color:#41a028; } .mybordercolor {border:3px solid #41a028; }
#41a028 Text Font Color
<p style="color:#41a028">Text here</p>
This sample text font color is #41a028
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#41a028 Background Color
<div style="background-color:#41a028">
Div content here</div>
This div background color is #41a028
#41a028 Border Color
<div style="border:3px solid #41a028">
Div here</div>
This div border color is #41a028
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,160,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41a028; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41a028; -webkit-box-shadow: 1px 1px 3px 2px #41a028; box-shadow: 1px 1px 3px 2px #41a028; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,160,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #41a028">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41a028; -webkit-box-shadow: 1px 1px 3px 2px #41a028; box-shadow: 1px 1px 3px 2px #41a028;">
Div content here</div>
This div box has shadow with color #41a028
Comments
No comments written yet.
Please login to write comment.