Shades of Forest Green #08912A
Tints of Forest Green #08912A
RGB
CMYK
RGB Variations
Color information
#08912A (or 0x08912A) is known color: Forest Green. HEX triplet: 08, 91 and 2A. RGB value is (8,145,42). Sum of RGB (Red+Green+Blue) = 8+145+42=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 145 (57.03% from 255 or 74.36% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 145 - color contains mainly: green. Hex color #08912A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08912A is #F76ED5. Grayscale: #5C5C5C. Windows color (decimal): -16215766 or 2789640. OLE color: 2789640.
HSL color Cylindrical-coordinate representation of color #08912A: hue angle of 134.89º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08912A is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 42 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.43 |
| HSL | 134.89º | 0.9% | 0.3% | - |
| HSV(B) | 134.89º | 0.94% | 0.57% | - |
| XYZ | 10.64 | 20.47 | 5.58 | - |
| YUV | 92.3 | 99.61 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 42 | 0.94 | 0 | 0.71 | 0.43 | 134.89 | 0.9 | 0.3 |
| Hex | 8 | 91 | 2A | 5E | 0 | 47 | 2B | 87 | 5A | 1E |
| Octal | 10 | 221 | 52 | 136 | 0 | 107 | 53 | 207 | 132 | 36 |
| Binary | 1000 | 10010001 | 101010 | 1011110 | 0 | 1000111 | 101011 | 10000111 | 1011010 | 11110 |
Color Harmonies of #08912A
Complementary color
Monochromatic Colors of #08912A
Black with #08912A
Text Example
Text Example
White with #08912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08912A; }
p { color: rgb(8,145,42); }
H1.HeaderClassName
{
color: #08912A;
}
.AnyTagClassName
{
color: #08912A;
}
</style>
background-color css
<style>
a { background-color: #08912A; }
a { background-color: rgb(8,145,42); }
div.DivClassName
{
background-color: #08912A;
}
.BgClassName
{
background-color: #08912A;
}
</style>
border-color css
<style>
span { border-color: #08912A; }
span { border-color: rgb(8,145,42); }
td.TdClassName
{
border-color: #08912A;
}
.TagClassName
{
border-color: #08912A;
}
</style>