Shades of Green #027702
Tints of Green #027702
RGB
CMYK
RGB Variations
Color information
#027702 (or 0x027702) is known color: Green. HEX triplet: 02, 77 and 02. RGB value is (2,119,2). Sum of RGB (Red+Green+Blue) = 2+119+2=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 119 (46.88% from 255 or 96.75% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 119 - color contains mainly: green. Hex color #027702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027702 is #FD88FD. Grayscale: #474747. Windows color (decimal): -16615678 or 161538. OLE color: 161538.
HSL color Cylindrical-coordinate representation of color #027702: hue angle of 120º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027702 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 119 | 2 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.53 |
| HSL | 120º | 0.97% | 0.24% | - |
| HSV(B) | 120º | 0.98% | 0.47% | - |
| XYZ | 6.63 | 13.21 | 2.26 | - |
| YUV | 70.68 | 89.24 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 2 | 0.98 | 0 | 0.98 | 0.53 | 120 | 0.97 | 0.24 |
| Hex | 2 | 77 | 2 | 62 | 0 | 62 | 35 | 78 | 61 | 18 |
| Octal | 2 | 167 | 2 | 142 | 0 | 142 | 65 | 170 | 141 | 30 |
| Binary | 10 | 1110111 | 10 | 1100010 | 0 | 1100010 | 110101 | 1111000 | 1100001 | 11000 |
Color Harmonies of #027702
Complementary color
Monochromatic Colors of #027702
Black with #027702
Text Example
Text Example
White with #027702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027702; }
p { color: rgb(2,119,2); }
H1.HeaderClassName
{
color: #027702;
}
.AnyTagClassName
{
color: #027702;
}
</style>
background-color css
<style>
a { background-color: #027702; }
a { background-color: rgb(2,119,2); }
div.DivClassName
{
background-color: #027702;
}
.BgClassName
{
background-color: #027702;
}
</style>
border-color css
<style>
span { border-color: #027702; }
span { border-color: rgb(2,119,2); }
td.TdClassName
{
border-color: #027702;
}
.TagClassName
{
border-color: #027702;
}
</style>