Shades of Forest Green #08962D
Tints of Forest Green #08962D
RGB
CMYK
RGB Variations
Color information
#08962D (or 0x08962D) is known color: Forest Green. HEX triplet: 08, 96 and 2D. RGB value is (8,150,45). Sum of RGB (Red+Green+Blue) = 8+150+45=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 150 (58.98% from 255 or 73.89% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 150 - color contains mainly: green. Hex color #08962D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08962D is #F769D2. Grayscale: #5F5F5F. Windows color (decimal): -16214483 or 2987528. OLE color: 2987528.
HSL color Cylindrical-coordinate representation of color #08962D: hue angle of 135.63º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08962D is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 150 | 45 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.41 |
| HSL | 135.63º | 0.9% | 0.31% | - |
| HSV(B) | 135.63º | 0.95% | 0.59% | - |
| XYZ | 11.48 | 22.05 | 6.13 | - |
| YUV | 95.57 | 99.46 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 45 | 0.95 | 0 | 0.70 | 0.41 | 135.63 | 0.9 | 0.31 |
| Hex | 8 | 96 | 2D | 5F | 0 | 46 | 29 | 88 | 5A | 1F |
| Octal | 10 | 226 | 55 | 137 | 0 | 106 | 51 | 210 | 132 | 37 |
| Binary | 1000 | 10010110 | 101101 | 1011111 | 0 | 1000110 | 101001 | 10001000 | 1011010 | 11111 |
Color Harmonies of #08962D
Complementary color
Monochromatic Colors of #08962D
Black with #08962D
Text Example
Text Example
White with #08962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08962D; }
p { color: rgb(8,150,45); }
H1.HeaderClassName
{
color: #08962D;
}
.AnyTagClassName
{
color: #08962D;
}
</style>
background-color css
<style>
a { background-color: #08962D; }
a { background-color: rgb(8,150,45); }
div.DivClassName
{
background-color: #08962D;
}
.BgClassName
{
background-color: #08962D;
}
</style>
border-color css
<style>
span { border-color: #08962D; }
span { border-color: rgb(8,150,45); }
td.TdClassName
{
border-color: #08962D;
}
.TagClassName
{
border-color: #08962D;
}
</style>