Shades of Forest Green #0F942B
Tints of Forest Green #0F942B
RGB
CMYK
RGB Variations
Color information
#0F942B (or 0x0F942B) is known color: Forest Green. HEX triplet: 0F, 94 and 2B. RGB value is (15,148,43). Sum of RGB (Red+Green+Blue) = 15+148+43=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 148 (58.20% from 255 or 71.84% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 148 - color contains mainly: green. Hex color #0F942B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F942B is #F06BD4. Grayscale: #606060. Windows color (decimal): -15756245 or 2855951. OLE color: 2855951.
HSL color Cylindrical-coordinate representation of color #0F942B: hue angle of 132.63º 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 #0F942B is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 43 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.42 |
| HSL | 132.63º | 0.82% | 0.32% | - |
| HSV(B) | 132.63º | 0.9% | 0.58% | - |
| XYZ | 11.22 | 21.46 | 5.84 | - |
| YUV | 96.26 | 97.94 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 43 | 0.90 | 0 | 0.71 | 0.42 | 132.63 | 0.82 | 0.32 |
| Hex | F | 94 | 2B | 5A | 0 | 47 | 2A | 85 | 52 | 20 |
| Octal | 17 | 224 | 53 | 132 | 0 | 107 | 52 | 205 | 122 | 40 |
| Binary | 1111 | 10010100 | 101011 | 1011010 | 0 | 1000111 | 101010 | 10000101 | 1010010 | 100000 |
Color Harmonies of #0F942B
Complementary color
Monochromatic Colors of #0F942B
Black with #0F942B
Text Example
Text Example
White with #0F942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F942B; }
p { color: rgb(15,148,43); }
H1.HeaderClassName
{
color: #0F942B;
}
.AnyTagClassName
{
color: #0F942B;
}
</style>
background-color css
<style>
a { background-color: #0F942B; }
a { background-color: rgb(15,148,43); }
div.DivClassName
{
background-color: #0F942B;
}
.BgClassName
{
background-color: #0F942B;
}
</style>
border-color css
<style>
span { border-color: #0F942B; }
span { border-color: rgb(15,148,43); }
td.TdClassName
{
border-color: #0F942B;
}
.TagClassName
{
border-color: #0F942B;
}
</style>