Shades of Green #02870E
Tints of Green #02870E
RGB
CMYK
RGB Variations
Color information
#02870E (or 0x02870E) is known color: Green. HEX triplet: 02, 87 and 0E. RGB value is (2,135,14). Sum of RGB (Red+Green+Blue) = 2+135+14=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 135 (53.12% from 255 or 89.40% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 135 - color contains mainly: green. Hex color #02870E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02870E is #FD78F1. Grayscale: #515151. Windows color (decimal): -16611570 or 952066. OLE color: 952066.
HSL color Cylindrical-coordinate representation of color #02870E: hue angle of 125.41º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02870E is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 135 | 14 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.47 |
| HSL | 125.41º | 0.97% | 0.27% | - |
| HSV(B) | 125.41º | 0.99% | 0.53% | - |
| XYZ | 8.77 | 17.37 | 3.31 | - |
| YUV | 81.44 | 89.94 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 135 | 14 | 0.99 | 0 | 0.90 | 0.47 | 125.41 | 0.97 | 0.27 |
| Hex | 2 | 87 | E | 63 | 0 | 5A | 2F | 7D | 61 | 1B |
| Octal | 2 | 207 | 16 | 143 | 0 | 132 | 57 | 175 | 141 | 33 |
| Binary | 10 | 10000111 | 1110 | 1100011 | 0 | 1011010 | 101111 | 1111101 | 1100001 | 11011 |
Color Harmonies of #02870E
Complementary color
Monochromatic Colors of #02870E
Black with #02870E
Text Example
Text Example
White with #02870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02870E; }
p { color: rgb(2,135,14); }
H1.HeaderClassName
{
color: #02870E;
}
.AnyTagClassName
{
color: #02870E;
}
</style>
background-color css
<style>
a { background-color: #02870E; }
a { background-color: rgb(2,135,14); }
div.DivClassName
{
background-color: #02870E;
}
.BgClassName
{
background-color: #02870E;
}
</style>
border-color css
<style>
span { border-color: #02870E; }
span { border-color: rgb(2,135,14); }
td.TdClassName
{
border-color: #02870E;
}
.TagClassName
{
border-color: #02870E;
}
</style>