Shades of Forest Green #08982D
Tints of Forest Green #08982D
RGB
CMYK
RGB Variations
Color information
#08982D (or 0x08982D) is known color: Forest Green. HEX triplet: 08, 98 and 2D. RGB value is (8,152,45). Sum of RGB (Red+Green+Blue) = 8+152+45=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 152 (59.77% from 255 or 74.15% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 152 - color contains mainly: green. Hex color #08982D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08982D is #F767D2. Grayscale: #616161. Windows color (decimal): -16213971 or 2988040. OLE color: 2988040.
HSL color Cylindrical-coordinate representation of color #08982D: hue angle of 135.42º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08982D is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 152 | 45 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.40 |
| HSL | 135.42º | 0.9% | 0.31% | - |
| HSV(B) | 135.42º | 0.95% | 0.6% | - |
| XYZ | 11.8 | 22.7 | 6.24 | - |
| YUV | 96.75 | 98.79 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 152 | 45 | 0.95 | 0 | 0.70 | 0.40 | 135.42 | 0.9 | 0.31 |
| Hex | 8 | 98 | 2D | 5F | 0 | 46 | 28 | 87 | 5A | 1F |
| Octal | 10 | 230 | 55 | 137 | 0 | 106 | 50 | 207 | 132 | 37 |
| Binary | 1000 | 10011000 | 101101 | 1011111 | 0 | 1000110 | 101000 | 10000111 | 1011010 | 11111 |
Color Harmonies of #08982D
Complementary color
Monochromatic Colors of #08982D
Black with #08982D
Text Example
Text Example
White with #08982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08982D; }
p { color: rgb(8,152,45); }
H1.HeaderClassName
{
color: #08982D;
}
.AnyTagClassName
{
color: #08982D;
}
</style>
background-color css
<style>
a { background-color: #08982D; }
a { background-color: rgb(8,152,45); }
div.DivClassName
{
background-color: #08982D;
}
.BgClassName
{
background-color: #08982D;
}
</style>
border-color css
<style>
span { border-color: #08982D; }
span { border-color: rgb(8,152,45); }
td.TdClassName
{
border-color: #08982D;
}
.TagClassName
{
border-color: #08982D;
}
</style>