Shades of Forest Green #0F962D
Tints of Forest Green #0F962D
RGB
CMYK
RGB Variations
Color information
#0F962D (or 0x0F962D) is known color: Forest Green. HEX triplet: 0F, 96 and 2D. RGB value is (15,150,45). Sum of RGB (Red+Green+Blue) = 15+150+45=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 150 (58.98% from 255 or 71.43% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 150 - color contains mainly: green. Hex color #0F962D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F962D is #F069D2. Grayscale: #616161. Windows color (decimal): -15755731 or 2987535. OLE color: 2987535.
HSL color Cylindrical-coordinate representation of color #0F962D: hue angle of 133.33º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F962D is Cyan = 0.9, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 45 | - |
| CMYK | 0.9 | 0 | 0.70 | 0.41 |
| HSL | 133.33º | 0.82% | 0.32% | - |
| HSV(B) | 133.33º | 0.9% | 0.59% | - |
| XYZ | 11.58 | 22.1 | 6.14 | - |
| YUV | 97.67 | 98.27 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 45 | 0.9 | 0 | 0.70 | 0.41 | 133.33 | 0.82 | 0.32 |
| Hex | F | 96 | 2D | 5A | 0 | 46 | 29 | 85 | 52 | 20 |
| Octal | 17 | 226 | 55 | 132 | 0 | 106 | 51 | 205 | 122 | 40 |
| Binary | 1111 | 10010110 | 101101 | 1011010 | 0 | 1000110 | 101001 | 10000101 | 1010010 | 100000 |
Color Harmonies of #0F962D
Complementary color
Monochromatic Colors of #0F962D
Black with #0F962D
Text Example
Text Example
White with #0F962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F962D; }
p { color: rgb(15,150,45); }
H1.HeaderClassName
{
color: #0F962D;
}
.AnyTagClassName
{
color: #0F962D;
}
</style>
background-color css
<style>
a { background-color: #0F962D; }
a { background-color: rgb(15,150,45); }
div.DivClassName
{
background-color: #0F962D;
}
.BgClassName
{
background-color: #0F962D;
}
</style>
border-color css
<style>
span { border-color: #0F962D; }
span { border-color: rgb(15,150,45); }
td.TdClassName
{
border-color: #0F962D;
}
.TagClassName
{
border-color: #0F962D;
}
</style>