Shades of Forest Green #08A021
Tints of Forest Green #08A021
RGB
CMYK
RGB Variations
Color information
#08A021 (or 0x08A021) is known color: Forest Green. HEX triplet: 08, A0 and 21. RGB value is (8,160,33). Sum of RGB (Red+Green+Blue) = 8+160+33=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 160 (62.89% from 255 or 79.60% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 160 - color contains mainly: green. Hex color #08A021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A021 is #F75FDE. Grayscale: #646464. Windows color (decimal): -16211935 or 2203656. OLE color: 2203656.
HSL color Cylindrical-coordinate representation of color #08A021: hue angle of 129.87º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A021 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 160 | 33 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.37 |
| HSL | 129.87º | 0.9% | 0.33% | - |
| HSV(B) | 129.87º | 0.95% | 0.63% | - |
| XYZ | 12.95 | 25.3 | 5.64 | - |
| YUV | 100.07 | 90.14 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 160 | 33 | 0.95 | 0 | 0.79 | 0.37 | 129.87 | 0.9 | 0.33 |
| Hex | 8 | A0 | 21 | 5F | 0 | 4F | 25 | 82 | 5A | 21 |
| Octal | 10 | 240 | 41 | 137 | 0 | 117 | 45 | 202 | 132 | 41 |
| Binary | 1000 | 10100000 | 100001 | 1011111 | 0 | 1001111 | 100101 | 10000010 | 1011010 | 100001 |
Color Harmonies of #08A021
Complementary color
Monochromatic Colors of #08A021
Black with #08A021
Text Example
Text Example
White with #08A021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A021; }
p { color: rgb(8,160,33); }
H1.HeaderClassName
{
color: #08A021;
}
.AnyTagClassName
{
color: #08A021;
}
</style>
background-color css
<style>
a { background-color: #08A021; }
a { background-color: rgb(8,160,33); }
div.DivClassName
{
background-color: #08A021;
}
.BgClassName
{
background-color: #08A021;
}
</style>
border-color css
<style>
span { border-color: #08A021; }
span { border-color: rgb(8,160,33); }
td.TdClassName
{
border-color: #08A021;
}
.TagClassName
{
border-color: #08A021;
}
</style>