Color spaces of #028746
RGB | 2 | 135 | 70 |
---|---|---|---|
HSL | 0.42 | 0.97 | 0.27 |
HSV | 151° | 99° | 53° |
CMYK | 0.99 | 0.00 | 0.48 0.47 |
XYZ | 9.7945 | 17.7830 | 8.7106 |
Yxy | 17.7830 | 0.2699 | 0.4901 |
Hunter Lab | 42.1699 | -32.3384 | 17.2720 |
CIE-Lab | 49.2318 | -46.7572 | 26.2914 |
#028746 color RGB value is (2,135,70).
#028746 hex color red value is 2, green value is 135 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #028746 hue: 0.42 , saturation: 0.97 and the lightness value of 028746 is 0.27.
The process color (four color CMYK) of #028746 color hex is 0.99, 0.00, 0.48, 0.47. Web safe color of #028746 is #009933. Color #028746 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 10000111 | 01000110 |
Octal | 2 | 207 | 106 |
Decimal | 2 | 135 | 70 |
Hex | 2 | 87 | 46 |
Shades of #028746
Tints of #028746
RGB Percentages of Color #028746
CMYK Percentages of Color #028746
Complementary Color
#028746 | #870243 |
#028746 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#028746 Color Preview on White Background
Lorem ipsum dolor sit amet.
#028746 Color CSS Codes
.mybgcolor {background-color:#028746; } .myforecolor {color:#028746; } .mybordercolor {border:3px solid #028746; }
#028746 Text Font Color
<p style="color:#028746">Text here</p>
This sample text font color is #028746
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.
#028746 Background Color
<div style="background-color:#028746">
Div content here</div>
This div background color is #028746
#028746 Border Color
<div style="border:3px solid #028746">
Div here</div>
This div border color is #028746
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,135,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #028746; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #028746; -webkit-box-shadow: 1px 1px 3px 2px #028746; box-shadow: 1px 1px 3px 2px #028746; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,135,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #028746">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #028746; -webkit-box-shadow: 1px 1px 3px 2px #028746; box-shadow: 1px 1px 3px 2px #028746;">
Div content here</div>
This div box has shadow with color #028746
Comments
No comments written yet.
Please login to write comment.