Shades of Forest Green #0F9433
Tints of Forest Green #0F9433
RGB
CMYK
RGB Variations
Color information
#0F9433 (or 0x0F9433) is known color: Forest Green. HEX triplet: 0F, 94 and 33. RGB value is (15,148,51). Sum of RGB (Red+Green+Blue) = 15+148+51=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 148 (58.20% from 255 or 69.16% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 148 - color contains mainly: green. Hex color #0F9433 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9433 is #F06BCC. Grayscale: #616161. Windows color (decimal): -15756237 or 3380239. OLE color: 3380239.
HSL color Cylindrical-coordinate representation of color #0F9433: hue angle of 136.24º 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 #0F9433 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 51 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.42 |
| HSL | 136.24º | 0.82% | 0.32% | - |
| HSV(B) | 136.24º | 0.9% | 0.58% | - |
| XYZ | 11.38 | 21.52 | 6.69 | - |
| YUV | 97.18 | 101.94 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 51 | 0.90 | 0 | 0.66 | 0.42 | 136.24 | 0.82 | 0.32 |
| Hex | F | 94 | 33 | 5A | 0 | 42 | 2A | 88 | 52 | 20 |
| Octal | 17 | 224 | 63 | 132 | 0 | 102 | 52 | 210 | 122 | 40 |
| Binary | 1111 | 10010100 | 110011 | 1011010 | 0 | 1000010 | 101010 | 10001000 | 1010010 | 100000 |
Color Harmonies of #0F9433
Complementary color
Monochromatic Colors of #0F9433
Black with #0F9433
Text Example
Text Example
White with #0F9433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9433; }
p { color: rgb(15,148,51); }
H1.HeaderClassName
{
color: #0F9433;
}
.AnyTagClassName
{
color: #0F9433;
}
</style>
background-color css
<style>
a { background-color: #0F9433; }
a { background-color: rgb(15,148,51); }
div.DivClassName
{
background-color: #0F9433;
}
.BgClassName
{
background-color: #0F9433;
}
</style>
border-color css
<style>
span { border-color: #0F9433; }
span { border-color: rgb(15,148,51); }
td.TdClassName
{
border-color: #0F9433;
}
.TagClassName
{
border-color: #0F9433;
}
</style>