Shades of Forest Green #0F9535
Tints of Forest Green #0F9535
RGB
CMYK
RGB Variations
Color information
#0F9535 (or 0x0F9535) is known color: Forest Green. HEX triplet: 0F, 95 and 35. RGB value is (15,149,53). Sum of RGB (Red+Green+Blue) = 15+149+53=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 149 (58.59% from 255 or 68.66% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9535 is #F06ACA. Grayscale: #626262. Windows color (decimal): -15755979 or 3511567. OLE color: 3511567.
HSL color Cylindrical-coordinate representation of color #0F9535: hue angle of 137.01º 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 #0F9535 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 53 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.42 |
| HSL | 137.01º | 0.82% | 0.32% | - |
| HSV(B) | 137.01º | 0.9% | 0.58% | - |
| XYZ | 11.59 | 21.85 | 6.98 | - |
| YUV | 97.99 | 102.61 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 53 | 0.90 | 0 | 0.64 | 0.42 | 137.01 | 0.82 | 0.32 |
| Hex | F | 95 | 35 | 5A | 0 | 40 | 2A | 89 | 52 | 20 |
| Octal | 17 | 225 | 65 | 132 | 0 | 100 | 52 | 211 | 122 | 40 |
| Binary | 1111 | 10010101 | 110101 | 1011010 | 0 | 1000000 | 101010 | 10001001 | 1010010 | 100000 |
Color Harmonies of #0F9535
Complementary color
Monochromatic Colors of #0F9535
Black with #0F9535
Text Example
Text Example
White with #0F9535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9535; }
p { color: rgb(15,149,53); }
H1.HeaderClassName
{
color: #0F9535;
}
.AnyTagClassName
{
color: #0F9535;
}
</style>
background-color css
<style>
a { background-color: #0F9535; }
a { background-color: rgb(15,149,53); }
div.DivClassName
{
background-color: #0F9535;
}
.BgClassName
{
background-color: #0F9535;
}
</style>
border-color css
<style>
span { border-color: #0F9535; }
span { border-color: rgb(15,149,53); }
td.TdClassName
{
border-color: #0F9535;
}
.TagClassName
{
border-color: #0F9535;
}
</style>