Shades of Forest Green #0F961C
Tints of Forest Green #0F961C
RGB
CMYK
RGB Variations
Color information
#0F961C (or 0x0F961C) is known color: Forest Green. HEX triplet: 0F, 96 and 1C. RGB value is (15,150,28). Sum of RGB (Red+Green+Blue) = 15+150+28=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 150 (58.98% from 255 or 77.72% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 150 - color contains mainly: green. Hex color #0F961C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F961C is #F069E3. Grayscale: #606060. Windows color (decimal): -15755748 or 1873423. OLE color: 1873423.
HSL color Cylindrical-coordinate representation of color #0F961C: hue angle of 125.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F961C is Cyan = 0.9, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 28 | - |
| CMYK | 0.9 | 0 | 0.81 | 0.41 |
| HSL | 125.78º | 0.82% | 0.32% | - |
| HSV(B) | 125.78º | 0.9% | 0.59% | - |
| XYZ | 11.31 | 22 | 4.75 | - |
| YUV | 95.73 | 89.77 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 28 | 0.9 | 0 | 0.81 | 0.41 | 125.78 | 0.82 | 0.32 |
| Hex | F | 96 | 1C | 5A | 0 | 51 | 29 | 7E | 52 | 20 |
| Octal | 17 | 226 | 34 | 132 | 0 | 121 | 51 | 176 | 122 | 40 |
| Binary | 1111 | 10010110 | 11100 | 1011010 | 0 | 1010001 | 101001 | 1111110 | 1010010 | 100000 |
Color Harmonies of #0F961C
Complementary color
Monochromatic Colors of #0F961C
Black with #0F961C
Text Example
Text Example
White with #0F961C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F961C; }
p { color: rgb(15,150,28); }
H1.HeaderClassName
{
color: #0F961C;
}
.AnyTagClassName
{
color: #0F961C;
}
</style>
background-color css
<style>
a { background-color: #0F961C; }
a { background-color: rgb(15,150,28); }
div.DivClassName
{
background-color: #0F961C;
}
.BgClassName
{
background-color: #0F961C;
}
</style>
border-color css
<style>
span { border-color: #0F961C; }
span { border-color: rgb(15,150,28); }
td.TdClassName
{
border-color: #0F961C;
}
.TagClassName
{
border-color: #0F961C;
}
</style>