Shades of Forest Green #0F942A
Tints of Forest Green #0F942A
RGB
CMYK
RGB Variations
Color information
#0F942A (or 0x0F942A) is known color: Forest Green. HEX triplet: 0F, 94 and 2A. RGB value is (15,148,42). Sum of RGB (Red+Green+Blue) = 15+148+42=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 148 (58.20% from 255 or 72.20% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 148 - color contains mainly: green. Hex color #0F942A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F942A is #F06BD5. Grayscale: #606060. Windows color (decimal): -15756246 or 2790415. OLE color: 2790415.
HSL color Cylindrical-coordinate representation of color #0F942A: hue angle of 132.18º 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 #0F942A is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 42 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.42 |
| HSL | 132.18º | 0.82% | 0.32% | - |
| HSV(B) | 132.18º | 0.9% | 0.58% | - |
| XYZ | 11.2 | 21.45 | 5.74 | - |
| YUV | 96.15 | 97.44 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 42 | 0.90 | 0 | 0.72 | 0.42 | 132.18 | 0.82 | 0.32 |
| Hex | F | 94 | 2A | 5A | 0 | 48 | 2A | 84 | 52 | 20 |
| Octal | 17 | 224 | 52 | 132 | 0 | 110 | 52 | 204 | 122 | 40 |
| Binary | 1111 | 10010100 | 101010 | 1011010 | 0 | 1001000 | 101010 | 10000100 | 1010010 | 100000 |
Color Harmonies of #0F942A
Complementary color
Monochromatic Colors of #0F942A
Black with #0F942A
Text Example
Text Example
White with #0F942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F942A; }
p { color: rgb(15,148,42); }
H1.HeaderClassName
{
color: #0F942A;
}
.AnyTagClassName
{
color: #0F942A;
}
</style>
background-color css
<style>
a { background-color: #0F942A; }
a { background-color: rgb(15,148,42); }
div.DivClassName
{
background-color: #0F942A;
}
.BgClassName
{
background-color: #0F942A;
}
</style>
border-color css
<style>
span { border-color: #0F942A; }
span { border-color: rgb(15,148,42); }
td.TdClassName
{
border-color: #0F942A;
}
.TagClassName
{
border-color: #0F942A;
}
</style>