Shades of Green #027005
Tints of Green #027005
RGB
CMYK
RGB Variations
Color information
#027005 (or 0x027005) is known color: Green. HEX triplet: 02, 70 and 05. RGB value is (2,112,5). Sum of RGB (Red+Green+Blue) = 2+112+5=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 112 (44.14% from 255 or 94.12% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 112 - color contains mainly: green. Hex color #027005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027005 is #FD8FFA. Grayscale: #434343. Windows color (decimal): -16617467 or 356354. OLE color: 356354.
HSL color Cylindrical-coordinate representation of color #027005: hue angle of 121.64º 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 #027005 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 5 | - |
| CMYK | 0.98 | 0 | 0.96 | 0.56 |
| HSL | 121.64º | 0.96% | 0.22% | - |
| HSV(B) | 121.64º | 0.98% | 0.44% | - |
| XYZ | 5.85 | 11.61 | 2.08 | - |
| YUV | 66.91 | 93.06 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 5 | 0.98 | 0 | 0.96 | 0.56 | 121.64 | 0.96 | 0.22 |
| Hex | 2 | 70 | 5 | 62 | 0 | 60 | 38 | 7A | 60 | 16 |
| Octal | 2 | 160 | 5 | 142 | 0 | 140 | 70 | 172 | 140 | 26 |
| Binary | 10 | 1110000 | 101 | 1100010 | 0 | 1100000 | 111000 | 1111010 | 1100000 | 10110 |
Color Harmonies of #027005
Complementary color
Monochromatic Colors of #027005
Black with #027005
Text Example
Text Example
White with #027005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027005; }
p { color: rgb(2,112,5); }
H1.HeaderClassName
{
color: #027005;
}
.AnyTagClassName
{
color: #027005;
}
</style>
background-color css
<style>
a { background-color: #027005; }
a { background-color: rgb(2,112,5); }
div.DivClassName
{
background-color: #027005;
}
.BgClassName
{
background-color: #027005;
}
</style>
border-color css
<style>
span { border-color: #027005; }
span { border-color: rgb(2,112,5); }
td.TdClassName
{
border-color: #027005;
}
.TagClassName
{
border-color: #027005;
}
</style>