Shades of Forest Green #0F9334
Tints of Forest Green #0F9334
RGB
CMYK
RGB Variations
Color information
#0F9334 (or 0x0F9334) is known color: Forest Green. HEX triplet: 0F, 93 and 34. RGB value is (15,147,52). Sum of RGB (Red+Green+Blue) = 15+147+52=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 147 (57.81% from 255 or 68.69% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9334 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9334 is #F06CCB. Grayscale: #606060. Windows color (decimal): -15756492 or 3445519. OLE color: 3445519.
HSL color Cylindrical-coordinate representation of color #0F9334: hue angle of 136.82º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9334 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 147 | 52 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.42 |
| HSL | 136.82º | 0.81% | 0.32% | - |
| HSV(B) | 136.82º | 0.9% | 0.58% | - |
| XYZ | 11.25 | 21.22 | 6.75 | - |
| YUV | 96.7 | 102.77 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 147 | 52 | 0.90 | 0 | 0.65 | 0.42 | 136.82 | 0.81 | 0.32 |
| Hex | F | 93 | 34 | 5A | 0 | 41 | 2A | 89 | 51 | 20 |
| Octal | 17 | 223 | 64 | 132 | 0 | 101 | 52 | 211 | 121 | 40 |
| Binary | 1111 | 10010011 | 110100 | 1011010 | 0 | 1000001 | 101010 | 10001001 | 1010001 | 100000 |
Color Harmonies of #0F9334
Complementary color
Monochromatic Colors of #0F9334
Black with #0F9334
Text Example
Text Example
White with #0F9334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9334; }
p { color: rgb(15,147,52); }
H1.HeaderClassName
{
color: #0F9334;
}
.AnyTagClassName
{
color: #0F9334;
}
</style>
background-color css
<style>
a { background-color: #0F9334; }
a { background-color: rgb(15,147,52); }
div.DivClassName
{
background-color: #0F9334;
}
.BgClassName
{
background-color: #0F9334;
}
</style>
border-color css
<style>
span { border-color: #0F9334; }
span { border-color: rgb(15,147,52); }
td.TdClassName
{
border-color: #0F9334;
}
.TagClassName
{
border-color: #0F9334;
}
</style>