Shades of Green #027716
Tints of Green #027716
RGB
CMYK
RGB Variations
Color information
#027716 (or 0x027716) is known color: Green. HEX triplet: 02, 77 and 16. RGB value is (2,119,22). Sum of RGB (Red+Green+Blue) = 2+119+22=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 119 (46.88% from 255 or 83.22% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 119 - color contains mainly: green. Hex color #027716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027716 is #FD88E9. Grayscale: #494949. Windows color (decimal): -16615658 or 1472258. OLE color: 1472258.
HSL color Cylindrical-coordinate representation of color #027716: hue angle of 130.26º 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 #027716 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 119 | 22 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.53 |
| HSL | 130.26º | 0.97% | 0.24% | - |
| HSV(B) | 130.26º | 0.98% | 0.47% | - |
| XYZ | 6.77 | 13.26 | 2.96 | - |
| YUV | 72.96 | 99.24 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 22 | 0.98 | 0 | 0.82 | 0.53 | 130.26 | 0.97 | 0.24 |
| Hex | 2 | 77 | 16 | 62 | 0 | 52 | 35 | 82 | 61 | 18 |
| Octal | 2 | 167 | 26 | 142 | 0 | 122 | 65 | 202 | 141 | 30 |
| Binary | 10 | 1110111 | 10110 | 1100010 | 0 | 1010010 | 110101 | 10000010 | 1100001 | 11000 |
Color Harmonies of #027716
Complementary color
Monochromatic Colors of #027716
Black with #027716
Text Example
Text Example
White with #027716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027716; }
p { color: rgb(2,119,22); }
H1.HeaderClassName
{
color: #027716;
}
.AnyTagClassName
{
color: #027716;
}
</style>
background-color css
<style>
a { background-color: #027716; }
a { background-color: rgb(2,119,22); }
div.DivClassName
{
background-color: #027716;
}
.BgClassName
{
background-color: #027716;
}
</style>
border-color css
<style>
span { border-color: #027716; }
span { border-color: rgb(2,119,22); }
td.TdClassName
{
border-color: #027716;
}
.TagClassName
{
border-color: #027716;
}
</style>