Shades of Forest Green #0F962A
Tints of Forest Green #0F962A
RGB
CMYK
RGB Variations
Color information
#0F962A (or 0x0F962A) is known color: Forest Green. HEX triplet: 0F, 96 and 2A. RGB value is (15,150,42). Sum of RGB (Red+Green+Blue) = 15+150+42=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 150 (58.98% from 255 or 72.46% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 150 - color contains mainly: green. Hex color #0F962A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F962A is #F069D5. Grayscale: #616161. Windows color (decimal): -15755734 or 2790927. OLE color: 2790927.
HSL color Cylindrical-coordinate representation of color #0F962A: hue angle of 132º 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 #0F962A is Cyan = 0.9, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 42 | - |
| CMYK | 0.9 | 0 | 0.72 | 0.41 |
| HSL | 132º | 0.82% | 0.32% | - |
| HSV(B) | 132º | 0.9% | 0.59% | - |
| XYZ | 11.52 | 22.08 | 5.85 | - |
| YUV | 97.32 | 96.77 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 42 | 0.9 | 0 | 0.72 | 0.41 | 132 | 0.82 | 0.32 |
| Hex | F | 96 | 2A | 5A | 0 | 48 | 29 | 84 | 52 | 20 |
| Octal | 17 | 226 | 52 | 132 | 0 | 110 | 51 | 204 | 122 | 40 |
| Binary | 1111 | 10010110 | 101010 | 1011010 | 0 | 1001000 | 101001 | 10000100 | 1010010 | 100000 |
Color Harmonies of #0F962A
Complementary color
Monochromatic Colors of #0F962A
Black with #0F962A
Text Example
Text Example
White with #0F962A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F962A; }
p { color: rgb(15,150,42); }
H1.HeaderClassName
{
color: #0F962A;
}
.AnyTagClassName
{
color: #0F962A;
}
</style>
background-color css
<style>
a { background-color: #0F962A; }
a { background-color: rgb(15,150,42); }
div.DivClassName
{
background-color: #0F962A;
}
.BgClassName
{
background-color: #0F962A;
}
</style>
border-color css
<style>
span { border-color: #0F962A; }
span { border-color: rgb(15,150,42); }
td.TdClassName
{
border-color: #0F962A;
}
.TagClassName
{
border-color: #0F962A;
}
</style>