Shades of Forest Green #0F941D
Tints of Forest Green #0F941D
RGB
CMYK
RGB Variations
Color information
#0F941D (or 0x0F941D) is known color: Forest Green. HEX triplet: 0F, 94 and 1D. RGB value is (15,148,29). Sum of RGB (Red+Green+Blue) = 15+148+29=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 148 (58.20% from 255 or 77.08% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 148 - color contains mainly: green. Hex color #0F941D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F941D is #F06BE2. Grayscale: #5F5F5F. Windows color (decimal): -15756259 or 1938447. OLE color: 1938447.
HSL color Cylindrical-coordinate representation of color #0F941D: hue angle of 126.32º 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 #0F941D is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 29 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.42 |
| HSL | 126.32º | 0.82% | 0.32% | - |
| HSV(B) | 126.32º | 0.9% | 0.58% | - |
| XYZ | 11.01 | 21.37 | 4.71 | - |
| YUV | 94.67 | 90.94 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 29 | 0.90 | 0 | 0.80 | 0.42 | 126.32 | 0.82 | 0.32 |
| Hex | F | 94 | 1D | 5A | 0 | 50 | 2A | 7E | 52 | 20 |
| Octal | 17 | 224 | 35 | 132 | 0 | 120 | 52 | 176 | 122 | 40 |
| Binary | 1111 | 10010100 | 11101 | 1011010 | 0 | 1010000 | 101010 | 1111110 | 1010010 | 100000 |
Color Harmonies of #0F941D
Complementary color
Monochromatic Colors of #0F941D
Black with #0F941D
Text Example
Text Example
White with #0F941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F941D; }
p { color: rgb(15,148,29); }
H1.HeaderClassName
{
color: #0F941D;
}
.AnyTagClassName
{
color: #0F941D;
}
</style>
background-color css
<style>
a { background-color: #0F941D; }
a { background-color: rgb(15,148,29); }
div.DivClassName
{
background-color: #0F941D;
}
.BgClassName
{
background-color: #0F941D;
}
</style>
border-color css
<style>
span { border-color: #0F941D; }
span { border-color: rgb(15,148,29); }
td.TdClassName
{
border-color: #0F941D;
}
.TagClassName
{
border-color: #0F941D;
}
</style>