Shades of Green #028700
Tints of Green #028700
RGB
CMYK
RGB Variations
Color information
#028700 (or 0x028700) is known color: Green. HEX triplet: 02, 87 and 00. RGB value is (2,135,0). Sum of RGB (Red+Green+Blue) = 2+135+0=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 135 (53.12% from 255 or 98.54% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 135 - color contains mainly: green. Hex color #028700 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028700 is #FD78FF. Grayscale: #505050. Windows color (decimal): -16611584 or 34562. OLE color: 34562.
HSL color Cylindrical-coordinate representation of color #028700: hue angle of 119.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #028700 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 135 | 0 | - |
| CMYK | 0.99 | 0 | 1 | 0.47 |
| HSL | 119.11º | 1% | 0.26% | - |
| HSV(B) | 119.11º | 1% | 0.53% | - |
| XYZ | 8.69 | 17.34 | 2.89 | - |
| YUV | 79.84 | 82.94 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 135 | 0 | 0.99 | 0 | 1 | 0.47 | 119.11 | 1 | 0.26 |
| Hex | 2 | 87 | 0 | 63 | 0 | 64 | 2F | 77 | 64 | 1A |
| Octal | 2 | 207 | 0 | 143 | 0 | 144 | 57 | 167 | 144 | 32 |
| Binary | 10 | 10000111 | 0 | 1100011 | 0 | 1100100 | 101111 | 1110111 | 1100100 | 11010 |
Color Harmonies of #028700
Complementary color
Monochromatic Colors of #028700
Black with #028700
Text Example
Text Example
White with #028700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028700; }
p { color: rgb(2,135,0); }
H1.HeaderClassName
{
color: #028700;
}
.AnyTagClassName
{
color: #028700;
}
</style>
background-color css
<style>
a { background-color: #028700; }
a { background-color: rgb(2,135,0); }
div.DivClassName
{
background-color: #028700;
}
.BgClassName
{
background-color: #028700;
}
</style>
border-color css
<style>
span { border-color: #028700; }
span { border-color: rgb(2,135,0); }
td.TdClassName
{
border-color: #028700;
}
.TagClassName
{
border-color: #028700;
}
</style>