Shades of Forest Green #0F9435
Tints of Forest Green #0F9435
RGB
CMYK
RGB Variations
Color information
#0F9435 (or 0x0F9435) is known color: Forest Green. HEX triplet: 0F, 94 and 35. RGB value is (15,148,53). Sum of RGB (Red+Green+Blue) = 15+148+53=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #0F9435 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9435 is #F06BCA. Grayscale: #616161. Windows color (decimal): -15756235 or 3511311. OLE color: 3511311.
HSL color Cylindrical-coordinate representation of color #0F9435: hue angle of 137.14º 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 #0F9435 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 53 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.42 |
| HSL | 137.14º | 0.82% | 0.32% | - |
| HSV(B) | 137.14º | 0.9% | 0.58% | - |
| XYZ | 11.43 | 21.54 | 6.92 | - |
| YUV | 97.4 | 102.94 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 53 | 0.90 | 0 | 0.64 | 0.42 | 137.14 | 0.82 | 0.32 |
| Hex | F | 94 | 35 | 5A | 0 | 40 | 2A | 89 | 52 | 20 |
| Octal | 17 | 224 | 65 | 132 | 0 | 100 | 52 | 211 | 122 | 40 |
| Binary | 1111 | 10010100 | 110101 | 1011010 | 0 | 1000000 | 101010 | 10001001 | 1010010 | 100000 |
Color Harmonies of #0F9435
Complementary color
Monochromatic Colors of #0F9435
Black with #0F9435
Text Example
Text Example
White with #0F9435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9435; }
p { color: rgb(15,148,53); }
H1.HeaderClassName
{
color: #0F9435;
}
.AnyTagClassName
{
color: #0F9435;
}
</style>
background-color css
<style>
a { background-color: #0F9435; }
a { background-color: rgb(15,148,53); }
div.DivClassName
{
background-color: #0F9435;
}
.BgClassName
{
background-color: #0F9435;
}
</style>
border-color css
<style>
span { border-color: #0F9435; }
span { border-color: rgb(15,148,53); }
td.TdClassName
{
border-color: #0F9435;
}
.TagClassName
{
border-color: #0F9435;
}
</style>