Shades of Forest Green #028F20
Tints of Forest Green #028F20
RGB
CMYK
RGB Variations
Color information
#028F20 (or 0x028F20) is known color: Forest Green. HEX triplet: 02, 8F and 20. RGB value is (2,143,32). Sum of RGB (Red+Green+Blue) = 2+143+32=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 143 (56.25% from 255 or 80.79% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 143 - color contains mainly: green. Hex color #028F20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028F20 is #FD70DF. Grayscale: #585858. Windows color (decimal): -16609504 or 2133762. OLE color: 2133762.
HSL color Cylindrical-coordinate representation of color #028F20: hue angle of 132.77º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028F20 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 143 | 32 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.44 |
| HSL | 132.77º | 0.97% | 0.28% | - |
| HSV(B) | 132.77º | 0.99% | 0.56% | - |
| XYZ | 10.11 | 19.76 | 4.65 | - |
| YUV | 88.19 | 96.29 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 32 | 0.99 | 0 | 0.78 | 0.44 | 132.77 | 0.97 | 0.28 |
| Hex | 2 | 8F | 20 | 63 | 0 | 4E | 2C | 85 | 61 | 1C |
| Octal | 2 | 217 | 40 | 143 | 0 | 116 | 54 | 205 | 141 | 34 |
| Binary | 10 | 10001111 | 100000 | 1100011 | 0 | 1001110 | 101100 | 10000101 | 1100001 | 11100 |
Color Harmonies of #028F20
Complementary color
Monochromatic Colors of #028F20
Black with #028F20
Text Example
Text Example
White with #028F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028F20; }
p { color: rgb(2,143,32); }
H1.HeaderClassName
{
color: #028F20;
}
.AnyTagClassName
{
color: #028F20;
}
</style>
background-color css
<style>
a { background-color: #028F20; }
a { background-color: rgb(2,143,32); }
div.DivClassName
{
background-color: #028F20;
}
.BgClassName
{
background-color: #028F20;
}
</style>
border-color css
<style>
span { border-color: #028F20; }
span { border-color: rgb(2,143,32); }
td.TdClassName
{
border-color: #028F20;
}
.TagClassName
{
border-color: #028F20;
}
</style>