Shades of Green #027011
Tints of Green #027011
RGB
CMYK
RGB Variations
Color information
#027011 (or 0x027011) is known color: Green. HEX triplet: 02, 70 and 11. RGB value is (2,112,17). Sum of RGB (Red+Green+Blue) = 2+112+17=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #027011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027011 is #FD8FEE. Grayscale: #444444. Windows color (decimal): -16617455 or 1142786. OLE color: 1142786.
HSL color Cylindrical-coordinate representation of color #027011: hue angle of 128.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027011 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 17 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.56 |
| HSL | 128.18º | 0.96% | 0.22% | - |
| HSV(B) | 128.18º | 0.98% | 0.44% | - |
| XYZ | 5.92 | 11.64 | 2.47 | - |
| YUV | 68.28 | 99.06 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 17 | 0.98 | 0 | 0.85 | 0.56 | 128.18 | 0.96 | 0.22 |
| Hex | 2 | 70 | 11 | 62 | 0 | 55 | 38 | 80 | 60 | 16 |
| Octal | 2 | 160 | 21 | 142 | 0 | 125 | 70 | 200 | 140 | 26 |
| Binary | 10 | 1110000 | 10001 | 1100010 | 0 | 1010101 | 111000 | 10000000 | 1100000 | 10110 |
Color Harmonies of #027011
Complementary color
Monochromatic Colors of #027011
Black with #027011
Text Example
Text Example
White with #027011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027011; }
p { color: rgb(2,112,17); }
H1.HeaderClassName
{
color: #027011;
}
.AnyTagClassName
{
color: #027011;
}
</style>
background-color css
<style>
a { background-color: #027011; }
a { background-color: rgb(2,112,17); }
div.DivClassName
{
background-color: #027011;
}
.BgClassName
{
background-color: #027011;
}
</style>
border-color css
<style>
span { border-color: #027011; }
span { border-color: rgb(2,112,17); }
td.TdClassName
{
border-color: #027011;
}
.TagClassName
{
border-color: #027011;
}
</style>