Shades of Forest Green #08992A
Tints of Forest Green #08992A
RGB
CMYK
RGB Variations
Color information
#08992A (or 0x08992A) is known color: Forest Green. HEX triplet: 08, 99 and 2A. RGB value is (8,153,42). Sum of RGB (Red+Green+Blue) = 8+153+42=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 153 (60.16% from 255 or 75.37% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 153 - color contains mainly: green. Hex color #08992A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08992A is #F766D5. Grayscale: #616161. Windows color (decimal): -16213718 or 2791688. OLE color: 2791688.
HSL color Cylindrical-coordinate representation of color #08992A: hue angle of 134.07º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08992A is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 42 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.4 |
| HSL | 134.07º | 0.9% | 0.32% | - |
| HSV(B) | 134.07º | 0.95% | 0.6% | - |
| XYZ | 11.91 | 23 | 6 | - |
| YUV | 96.99 | 96.96 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 42 | 0.95 | 0 | 0.73 | 0.4 | 134.07 | 0.9 | 0.32 |
| Hex | 8 | 99 | 2A | 5F | 0 | 49 | 28 | 86 | 5A | 20 |
| Octal | 10 | 231 | 52 | 137 | 0 | 111 | 50 | 206 | 132 | 40 |
| Binary | 1000 | 10011001 | 101010 | 1011111 | 0 | 1001001 | 101000 | 10000110 | 1011010 | 100000 |
Color Harmonies of #08992A
Complementary color
Monochromatic Colors of #08992A
Black with #08992A
Text Example
Text Example
White with #08992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08992A; }
p { color: rgb(8,153,42); }
H1.HeaderClassName
{
color: #08992A;
}
.AnyTagClassName
{
color: #08992A;
}
</style>
background-color css
<style>
a { background-color: #08992A; }
a { background-color: rgb(8,153,42); }
div.DivClassName
{
background-color: #08992A;
}
.BgClassName
{
background-color: #08992A;
}
</style>
border-color css
<style>
span { border-color: #08992A; }
span { border-color: rgb(8,153,42); }
td.TdClassName
{
border-color: #08992A;
}
.TagClassName
{
border-color: #08992A;
}
</style>