Shades of Forest Green #08941D
Tints of Forest Green #08941D
RGB
CMYK
RGB Variations
Color information
#08941D (or 0x08941D) is known color: Forest Green. HEX triplet: 08, 94 and 1D. RGB value is (8,148,29). Sum of RGB (Red+Green+Blue) = 8+148+29=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 148 (58.20% from 255 or 80% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 148 - color contains mainly: green. Hex color #08941D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08941D is #F76BE2. Grayscale: #5C5C5C. Windows color (decimal): -16215011 or 1938440. OLE color: 1938440.
HSL color Cylindrical-coordinate representation of color #08941D: hue angle of 129º 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 #08941D is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 148 | 29 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.42 |
| HSL | 129º | 0.9% | 0.31% | - |
| HSV(B) | 129º | 0.95% | 0.58% | - |
| XYZ | 10.91 | 21.32 | 4.7 | - |
| YUV | 92.57 | 92.12 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 29 | 0.95 | 0 | 0.80 | 0.42 | 129 | 0.9 | 0.31 |
| Hex | 8 | 94 | 1D | 5F | 0 | 50 | 2A | 81 | 5A | 1F |
| Octal | 10 | 224 | 35 | 137 | 0 | 120 | 52 | 201 | 132 | 37 |
| Binary | 1000 | 10010100 | 11101 | 1011111 | 0 | 1010000 | 101010 | 10000001 | 1011010 | 11111 |
Color Harmonies of #08941D
Complementary color
Monochromatic Colors of #08941D
Black with #08941D
Text Example
Text Example
White with #08941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08941D; }
p { color: rgb(8,148,29); }
H1.HeaderClassName
{
color: #08941D;
}
.AnyTagClassName
{
color: #08941D;
}
</style>
background-color css
<style>
a { background-color: #08941D; }
a { background-color: rgb(8,148,29); }
div.DivClassName
{
background-color: #08941D;
}
.BgClassName
{
background-color: #08941D;
}
</style>
border-color css
<style>
span { border-color: #08941D; }
span { border-color: rgb(8,148,29); }
td.TdClassName
{
border-color: #08941D;
}
.TagClassName
{
border-color: #08941D;
}
</style>