Shades of Forest Green #0F942D
Tints of Forest Green #0F942D
RGB
CMYK
RGB Variations
Color information
#0F942D (or 0x0F942D) is known color: Forest Green. HEX triplet: 0F, 94 and 2D. RGB value is (15,148,45). Sum of RGB (Red+Green+Blue) = 15+148+45=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 148 (58.20% from 255 or 71.15% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 148 - color contains mainly: green. Hex color #0F942D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F942D is #F06BD2. Grayscale: #606060. Windows color (decimal): -15756243 or 2987023. OLE color: 2987023.
HSL color Cylindrical-coordinate representation of color #0F942D: hue angle of 133.53º 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 #0F942D is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 45 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.42 |
| HSL | 133.53º | 0.82% | 0.32% | - |
| HSV(B) | 133.53º | 0.9% | 0.58% | - |
| XYZ | 11.26 | 21.47 | 6.03 | - |
| YUV | 96.49 | 98.94 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 45 | 0.90 | 0 | 0.70 | 0.42 | 133.53 | 0.82 | 0.32 |
| Hex | F | 94 | 2D | 5A | 0 | 46 | 2A | 86 | 52 | 20 |
| Octal | 17 | 224 | 55 | 132 | 0 | 106 | 52 | 206 | 122 | 40 |
| Binary | 1111 | 10010100 | 101101 | 1011010 | 0 | 1000110 | 101010 | 10000110 | 1010010 | 100000 |
Color Harmonies of #0F942D
Complementary color
Monochromatic Colors of #0F942D
Black with #0F942D
Text Example
Text Example
White with #0F942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F942D; }
p { color: rgb(15,148,45); }
H1.HeaderClassName
{
color: #0F942D;
}
.AnyTagClassName
{
color: #0F942D;
}
</style>
background-color css
<style>
a { background-color: #0F942D; }
a { background-color: rgb(15,148,45); }
div.DivClassName
{
background-color: #0F942D;
}
.BgClassName
{
background-color: #0F942D;
}
</style>
border-color css
<style>
span { border-color: #0F942D; }
span { border-color: rgb(15,148,45); }
td.TdClassName
{
border-color: #0F942D;
}
.TagClassName
{
border-color: #0F942D;
}
</style>