Shades of Forest Green #08952A
Tints of Forest Green #08952A
RGB
CMYK
RGB Variations
Color information
#08952A (or 0x08952A) is known color: Forest Green. HEX triplet: 08, 95 and 2A. RGB value is (8,149,42). Sum of RGB (Red+Green+Blue) = 8+149+42=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 149 (58.59% from 255 or 74.87% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 149 - color contains mainly: green. Hex color #08952A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08952A is #F76AD5. Grayscale: #5E5E5E. Windows color (decimal): -16214742 or 2790664. OLE color: 2790664.
HSL color Cylindrical-coordinate representation of color #08952A: hue angle of 134.47º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08952A is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 149 | 42 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.42 |
| HSL | 134.47º | 0.9% | 0.31% | - |
| HSV(B) | 134.47º | 0.95% | 0.58% | - |
| XYZ | 11.27 | 21.71 | 5.79 | - |
| YUV | 94.64 | 98.29 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 149 | 42 | 0.95 | 0 | 0.72 | 0.42 | 134.47 | 0.9 | 0.31 |
| Hex | 8 | 95 | 2A | 5F | 0 | 48 | 2A | 86 | 5A | 1F |
| Octal | 10 | 225 | 52 | 137 | 0 | 110 | 52 | 206 | 132 | 37 |
| Binary | 1000 | 10010101 | 101010 | 1011111 | 0 | 1001000 | 101010 | 10000110 | 1011010 | 11111 |
Color Harmonies of #08952A
Complementary color
Monochromatic Colors of #08952A
Black with #08952A
Text Example
Text Example
White with #08952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08952A; }
p { color: rgb(8,149,42); }
H1.HeaderClassName
{
color: #08952A;
}
.AnyTagClassName
{
color: #08952A;
}
</style>
background-color css
<style>
a { background-color: #08952A; }
a { background-color: rgb(8,149,42); }
div.DivClassName
{
background-color: #08952A;
}
.BgClassName
{
background-color: #08952A;
}
</style>
border-color css
<style>
span { border-color: #08952A; }
span { border-color: rgb(8,149,42); }
td.TdClassName
{
border-color: #08952A;
}
.TagClassName
{
border-color: #08952A;
}
</style>