Shades of Green #027019
Tints of Green #027019
RGB
CMYK
RGB Variations
Color information
#027019 (or 0x027019) is known color: Green. HEX triplet: 02, 70 and 19. RGB value is (2,112,25). Sum of RGB (Red+Green+Blue) = 2+112+25=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 112 (44.14% from 255 or 80.58% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 112 - color contains mainly: green. Hex color #027019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027019 is #FD8FE6. Grayscale: #454545. Windows color (decimal): -16617447 or 1667074. OLE color: 1667074.
HSL color Cylindrical-coordinate representation of color #027019: hue angle of 132.55º 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 #027019 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 25 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.56 |
| HSL | 132.55º | 0.96% | 0.22% | - |
| HSV(B) | 132.55º | 0.98% | 0.44% | - |
| XYZ | 5.99 | 11.67 | 2.86 | - |
| YUV | 69.19 | 103.06 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 25 | 0.98 | 0 | 0.78 | 0.56 | 132.55 | 0.96 | 0.22 |
| Hex | 2 | 70 | 19 | 62 | 0 | 4E | 38 | 85 | 60 | 16 |
| Octal | 2 | 160 | 31 | 142 | 0 | 116 | 70 | 205 | 140 | 26 |
| Binary | 10 | 1110000 | 11001 | 1100010 | 0 | 1001110 | 111000 | 10000101 | 1100000 | 10110 |
Color Harmonies of #027019
Complementary color
Monochromatic Colors of #027019
Black with #027019
Text Example
Text Example
White with #027019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027019; }
p { color: rgb(2,112,25); }
H1.HeaderClassName
{
color: #027019;
}
.AnyTagClassName
{
color: #027019;
}
</style>
background-color css
<style>
a { background-color: #027019; }
a { background-color: rgb(2,112,25); }
div.DivClassName
{
background-color: #027019;
}
.BgClassName
{
background-color: #027019;
}
</style>
border-color css
<style>
span { border-color: #027019; }
span { border-color: rgb(2,112,25); }
td.TdClassName
{
border-color: #027019;
}
.TagClassName
{
border-color: #027019;
}
</style>