Shades of Green #02800F
Tints of Green #02800F
RGB
CMYK
RGB Variations
Color information
#02800F (or 0x02800F) is known color: Green. HEX triplet: 02, 80 and 0F. RGB value is (2,128,15). Sum of RGB (Red+Green+Blue) = 2+128+15=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 128 (50.39% from 255 or 88.28% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 128 - color contains mainly: green. Hex color #02800F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02800F is #FD7FF0. Grayscale: #4D4D4D. Windows color (decimal): -16613361 or 1015810. OLE color: 1015810.
HSL color Cylindrical-coordinate representation of color #02800F: hue angle of 126.19º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02800F is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 128 | 15 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.50 |
| HSL | 126.19º | 0.97% | 0.25% | - |
| HSV(B) | 126.19º | 0.98% | 0.5% | - |
| XYZ | 7.83 | 15.49 | 3.03 | - |
| YUV | 77.44 | 92.76 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 15 | 0.98 | 0 | 0.88 | 0.50 | 126.19 | 0.97 | 0.25 |
| Hex | 2 | 80 | F | 62 | 0 | 58 | 32 | 7E | 61 | 19 |
| Octal | 2 | 200 | 17 | 142 | 0 | 130 | 62 | 176 | 141 | 31 |
| Binary | 10 | 10000000 | 1111 | 1100010 | 0 | 1011000 | 110010 | 1111110 | 1100001 | 11001 |
Color Harmonies of #02800F
Complementary color
Monochromatic Colors of #02800F
Black with #02800F
Text Example
Text Example
White with #02800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02800F; }
p { color: rgb(2,128,15); }
H1.HeaderClassName
{
color: #02800F;
}
.AnyTagClassName
{
color: #02800F;
}
</style>
background-color css
<style>
a { background-color: #02800F; }
a { background-color: rgb(2,128,15); }
div.DivClassName
{
background-color: #02800F;
}
.BgClassName
{
background-color: #02800F;
}
</style>
border-color css
<style>
span { border-color: #02800F; }
span { border-color: rgb(2,128,15); }
td.TdClassName
{
border-color: #02800F;
}
.TagClassName
{
border-color: #02800F;
}
</style>