Shades of Forest Green #08931C
Tints of Forest Green #08931C
RGB
CMYK
RGB Variations
Color information
#08931C (or 0x08931C) is known color: Forest Green. HEX triplet: 08, 93 and 1C. RGB value is (8,147,28). Sum of RGB (Red+Green+Blue) = 8+147+28=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 147 (57.81% from 255 or 80.33% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 147 - color contains mainly: green. Hex color #08931C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08931C is #F76CE3. Grayscale: #5C5C5C. Windows color (decimal): -16215268 or 1872648. OLE color: 1872648.
HSL color Cylindrical-coordinate representation of color #08931C: hue angle of 128.63º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08931C is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 147 | 28 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.42 |
| HSL | 128.63º | 0.9% | 0.3% | - |
| HSV(B) | 128.63º | 0.95% | 0.58% | - |
| XYZ | 10.74 | 21 | 4.59 | - |
| YUV | 91.87 | 91.95 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 28 | 0.95 | 0 | 0.81 | 0.42 | 128.63 | 0.9 | 0.3 |
| Hex | 8 | 93 | 1C | 5F | 0 | 51 | 2A | 81 | 5A | 1E |
| Octal | 10 | 223 | 34 | 137 | 0 | 121 | 52 | 201 | 132 | 36 |
| Binary | 1000 | 10010011 | 11100 | 1011111 | 0 | 1010001 | 101010 | 10000001 | 1011010 | 11110 |
Color Harmonies of #08931C
Complementary color
Monochromatic Colors of #08931C
Black with #08931C
Text Example
Text Example
White with #08931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08931C; }
p { color: rgb(8,147,28); }
H1.HeaderClassName
{
color: #08931C;
}
.AnyTagClassName
{
color: #08931C;
}
</style>
background-color css
<style>
a { background-color: #08931C; }
a { background-color: rgb(8,147,28); }
div.DivClassName
{
background-color: #08931C;
}
.BgClassName
{
background-color: #08931C;
}
</style>
border-color css
<style>
span { border-color: #08931C; }
span { border-color: rgb(8,147,28); }
td.TdClassName
{
border-color: #08931C;
}
.TagClassName
{
border-color: #08931C;
}
</style>