Shades of Forest Green #0F9533
Tints of Forest Green #0F9533
RGB
CMYK
RGB Variations
Color information
#0F9533 (or 0x0F9533) is known color: Forest Green. HEX triplet: 0F, 95 and 33. RGB value is (15,149,51). Sum of RGB (Red+Green+Blue) = 15+149+51=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 149 (58.59% from 255 or 69.30% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9533 is #F06ACC. Grayscale: #626262. Windows color (decimal): -15755981 or 3380495. OLE color: 3380495.
HSL color Cylindrical-coordinate representation of color #0F9533: hue angle of 136.12º degrees, saturation: 0.82, 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 #0F9533 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 51 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.42 |
| HSL | 136.12º | 0.82% | 0.32% | - |
| HSV(B) | 136.12º | 0.9% | 0.58% | - |
| XYZ | 11.54 | 21.84 | 6.74 | - |
| YUV | 97.76 | 101.61 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 51 | 0.90 | 0 | 0.66 | 0.42 | 136.12 | 0.82 | 0.32 |
| Hex | F | 95 | 33 | 5A | 0 | 42 | 2A | 88 | 52 | 20 |
| Octal | 17 | 225 | 63 | 132 | 0 | 102 | 52 | 210 | 122 | 40 |
| Binary | 1111 | 10010101 | 110011 | 1011010 | 0 | 1000010 | 101010 | 10001000 | 1010010 | 100000 |
Color Harmonies of #0F9533
Complementary color
Monochromatic Colors of #0F9533
Black with #0F9533
Text Example
Text Example
White with #0F9533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9533; }
p { color: rgb(15,149,51); }
H1.HeaderClassName
{
color: #0F9533;
}
.AnyTagClassName
{
color: #0F9533;
}
</style>
background-color css
<style>
a { background-color: #0F9533; }
a { background-color: rgb(15,149,51); }
div.DivClassName
{
background-color: #0F9533;
}
.BgClassName
{
background-color: #0F9533;
}
</style>
border-color css
<style>
span { border-color: #0F9533; }
span { border-color: rgb(15,149,51); }
td.TdClassName
{
border-color: #0F9533;
}
.TagClassName
{
border-color: #0F9533;
}
</style>