Shades of Green #027D16
Tints of Green #027D16
RGB
CMYK
RGB Variations
Color information
#027D16 (or 0x027D16) is known color: Green. HEX triplet: 02, 7D and 16. RGB value is (2,125,22). Sum of RGB (Red+Green+Blue) = 2+125+22=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 125 (49.22% from 255 or 83.89% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 125 - color contains mainly: green. Hex color #027D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027D16 is #FD82E9. Grayscale: #4C4C4C. Windows color (decimal): -16614122 or 1473794. OLE color: 1473794.
HSL color Cylindrical-coordinate representation of color #027D16: hue angle of 129.76º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027D16 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 125 | 22 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.51 |
| HSL | 129.76º | 0.97% | 0.25% | - |
| HSV(B) | 129.76º | 0.98% | 0.49% | - |
| XYZ | 7.5 | 14.74 | 3.21 | - |
| YUV | 76.48 | 97.25 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 22 | 0.98 | 0 | 0.82 | 0.51 | 129.76 | 0.97 | 0.25 |
| Hex | 2 | 7D | 16 | 62 | 0 | 52 | 33 | 82 | 61 | 19 |
| Octal | 2 | 175 | 26 | 142 | 0 | 122 | 63 | 202 | 141 | 31 |
| Binary | 10 | 1111101 | 10110 | 1100010 | 0 | 1010010 | 110011 | 10000010 | 1100001 | 11001 |
Color Harmonies of #027D16
Complementary color
Monochromatic Colors of #027D16
Black with #027D16
Text Example
Text Example
White with #027D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027D16; }
p { color: rgb(2,125,22); }
H1.HeaderClassName
{
color: #027D16;
}
.AnyTagClassName
{
color: #027D16;
}
</style>
background-color css
<style>
a { background-color: #027D16; }
a { background-color: rgb(2,125,22); }
div.DivClassName
{
background-color: #027D16;
}
.BgClassName
{
background-color: #027D16;
}
</style>
border-color css
<style>
span { border-color: #027D16; }
span { border-color: rgb(2,125,22); }
td.TdClassName
{
border-color: #027D16;
}
.TagClassName
{
border-color: #027D16;
}
</style>