Shades of Green #027E11
Tints of Green #027E11
RGB
CMYK
RGB Variations
Color information
#027E11 (or 0x027E11) is known color: Green. HEX triplet: 02, 7E and 11. RGB value is (2,126,17). Sum of RGB (Red+Green+Blue) = 2+126+17=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 126 (49.61% from 255 or 86.90% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 126 - color contains mainly: green. Hex color #027E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027E11 is #FD81EE. Grayscale: #4C4C4C. Windows color (decimal): -16613871 or 1146370. OLE color: 1146370.
HSL color Cylindrical-coordinate representation of color #027E11: hue angle of 127.26º 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 #027E11 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 126 | 17 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.51 |
| HSL | 127.26º | 0.97% | 0.25% | - |
| HSV(B) | 127.26º | 0.98% | 0.49% | - |
| XYZ | 7.59 | 14.98 | 3.02 | - |
| YUV | 76.5 | 94.42 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 17 | 0.98 | 0 | 0.87 | 0.51 | 127.26 | 0.97 | 0.25 |
| Hex | 2 | 7E | 11 | 62 | 0 | 57 | 33 | 7F | 61 | 19 |
| Octal | 2 | 176 | 21 | 142 | 0 | 127 | 63 | 177 | 141 | 31 |
| Binary | 10 | 1111110 | 10001 | 1100010 | 0 | 1010111 | 110011 | 1111111 | 1100001 | 11001 |
Color Harmonies of #027E11
Complementary color
Monochromatic Colors of #027E11
Black with #027E11
Text Example
Text Example
White with #027E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E11; }
p { color: rgb(2,126,17); }
H1.HeaderClassName
{
color: #027E11;
}
.AnyTagClassName
{
color: #027E11;
}
</style>
background-color css
<style>
a { background-color: #027E11; }
a { background-color: rgb(2,126,17); }
div.DivClassName
{
background-color: #027E11;
}
.BgClassName
{
background-color: #027E11;
}
</style>
border-color css
<style>
span { border-color: #027E11; }
span { border-color: rgb(2,126,17); }
td.TdClassName
{
border-color: #027E11;
}
.TagClassName
{
border-color: #027E11;
}
</style>