Shades of Forest Green #0F811C
Tints of Forest Green #0F811C
RGB
CMYK
RGB Variations
Color information
#0F811C (or 0x0F811C) is known color: Forest Green. HEX triplet: 0F, 81 and 1C. RGB value is (15,129,28). Sum of RGB (Red+Green+Blue) = 15+129+28=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 129 (50.78% from 255 or 75% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 129 - color contains mainly: green. Hex color #0F811C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F811C is #F07EE3. Grayscale: #535353. Windows color (decimal): -15761124 or 1868047. OLE color: 1868047.
HSL color Cylindrical-coordinate representation of color #0F811C: hue angle of 126.84º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F811C is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 129 | 28 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.49 |
| HSL | 126.84º | 0.79% | 0.28% | - |
| HSV(B) | 126.84º | 0.88% | 0.51% | - |
| XYZ | 8.26 | 15.89 | 3.73 | - |
| YUV | 83.4 | 96.73 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 129 | 28 | 0.88 | 0 | 0.78 | 0.49 | 126.84 | 0.79 | 0.28 |
| Hex | F | 81 | 1C | 58 | 0 | 4E | 31 | 7F | 4F | 1C |
| Octal | 17 | 201 | 34 | 130 | 0 | 116 | 61 | 177 | 117 | 34 |
| Binary | 1111 | 10000001 | 11100 | 1011000 | 0 | 1001110 | 110001 | 1111111 | 1001111 | 11100 |
Color Harmonies of #0F811C
Complementary color
Monochromatic Colors of #0F811C
Black with #0F811C
Text Example
Text Example
White with #0F811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F811C; }
p { color: rgb(15,129,28); }
H1.HeaderClassName
{
color: #0F811C;
}
.AnyTagClassName
{
color: #0F811C;
}
</style>
background-color css
<style>
a { background-color: #0F811C; }
a { background-color: rgb(15,129,28); }
div.DivClassName
{
background-color: #0F811C;
}
.BgClassName
{
background-color: #0F811C;
}
</style>
border-color css
<style>
span { border-color: #0F811C; }
span { border-color: rgb(15,129,28); }
td.TdClassName
{
border-color: #0F811C;
}
.TagClassName
{
border-color: #0F811C;
}
</style>