Shades of Green #027111
Tints of Green #027111
RGB
CMYK
RGB Variations
Color information
#027111 (or 0x027111) is known color: Green. HEX triplet: 02, 71 and 11. RGB value is (2,113,17). Sum of RGB (Red+Green+Blue) = 2+113+17=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 113 (44.53% from 255 or 85.61% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 113 - color contains mainly: green. Hex color #027111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027111 is #FD8EEE. Grayscale: #454545. Windows color (decimal): -16617199 or 1143042. OLE color: 1143042.
HSL color Cylindrical-coordinate representation of color #027111: hue angle of 128.11º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027111 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 113 | 17 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.56 |
| HSL | 128.11º | 0.97% | 0.23% | - |
| HSV(B) | 128.11º | 0.98% | 0.44% | - |
| XYZ | 6.03 | 11.86 | 2.5 | - |
| YUV | 68.87 | 98.73 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 17 | 0.98 | 0 | 0.85 | 0.56 | 128.11 | 0.97 | 0.23 |
| Hex | 2 | 71 | 11 | 62 | 0 | 55 | 38 | 80 | 61 | 17 |
| Octal | 2 | 161 | 21 | 142 | 0 | 125 | 70 | 200 | 141 | 27 |
| Binary | 10 | 1110001 | 10001 | 1100010 | 0 | 1010101 | 111000 | 10000000 | 1100001 | 10111 |
Color Harmonies of #027111
Complementary color
Monochromatic Colors of #027111
Black with #027111
Text Example
Text Example
White with #027111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027111; }
p { color: rgb(2,113,17); }
H1.HeaderClassName
{
color: #027111;
}
.AnyTagClassName
{
color: #027111;
}
</style>
background-color css
<style>
a { background-color: #027111; }
a { background-color: rgb(2,113,17); }
div.DivClassName
{
background-color: #027111;
}
.BgClassName
{
background-color: #027111;
}
</style>
border-color css
<style>
span { border-color: #027111; }
span { border-color: rgb(2,113,17); }
td.TdClassName
{
border-color: #027111;
}
.TagClassName
{
border-color: #027111;
}
</style>