Shades of Green #027D11
Tints of Green #027D11
RGB
CMYK
RGB Variations
Color information
#027D11 (or 0x027D11) is known color: Green. HEX triplet: 02, 7D and 11. RGB value is (2,125,17). Sum of RGB (Red+Green+Blue) = 2+125+17=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 125 (49.22% from 255 or 86.81% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 125 - color contains mainly: green. Hex color #027D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027D11 is #FD82EE. Grayscale: #4C4C4C. Windows color (decimal): -16614127 or 1146114. OLE color: 1146114.
HSL color Cylindrical-coordinate representation of color #027D11: hue angle of 127.32º 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 #027D11 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 125 | 17 | - |
| CMYK | 0.98 | 0 | 0.86 | 0.51 |
| HSL | 127.32º | 0.97% | 0.25% | - |
| HSV(B) | 127.32º | 0.98% | 0.49% | - |
| XYZ | 7.46 | 14.72 | 2.98 | - |
| YUV | 75.91 | 94.75 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 17 | 0.98 | 0 | 0.86 | 0.51 | 127.32 | 0.97 | 0.25 |
| Hex | 2 | 7D | 11 | 62 | 0 | 56 | 33 | 7F | 61 | 19 |
| Octal | 2 | 175 | 21 | 142 | 0 | 126 | 63 | 177 | 141 | 31 |
| Binary | 10 | 1111101 | 10001 | 1100010 | 0 | 1010110 | 110011 | 1111111 | 1100001 | 11001 |
Color Harmonies of #027D11
Complementary color
Monochromatic Colors of #027D11
Black with #027D11
Text Example
Text Example
White with #027D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027D11; }
p { color: rgb(2,125,17); }
H1.HeaderClassName
{
color: #027D11;
}
.AnyTagClassName
{
color: #027D11;
}
</style>
background-color css
<style>
a { background-color: #027D11; }
a { background-color: rgb(2,125,17); }
div.DivClassName
{
background-color: #027D11;
}
.BgClassName
{
background-color: #027D11;
}
</style>
border-color css
<style>
span { border-color: #027D11; }
span { border-color: rgb(2,125,17); }
td.TdClassName
{
border-color: #027D11;
}
.TagClassName
{
border-color: #027D11;
}
</style>