Shades of Forest Green #0F991D
Tints of Forest Green #0F991D
RGB
CMYK
RGB Variations
Color information
#0F991D (or 0x0F991D) is known color: Forest Green. HEX triplet: 0F, 99 and 1D. RGB value is (15,153,29). Sum of RGB (Red+Green+Blue) = 15+153+29=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 153 (60.16% from 255 or 77.66% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 153 - color contains mainly: green. Hex color #0F991D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F991D is #F066E2. Grayscale: #616161. Windows color (decimal): -15754979 or 1939727. OLE color: 1939727.
HSL color Cylindrical-coordinate representation of color #0F991D: hue angle of 126.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F991D is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 29 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.4 |
| HSL | 126.09º | 0.82% | 0.33% | - |
| HSV(B) | 126.09º | 0.9% | 0.6% | - |
| XYZ | 11.81 | 22.97 | 4.97 | - |
| YUV | 97.6 | 89.28 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 29 | 0.90 | 0 | 0.81 | 0.4 | 126.09 | 0.82 | 0.33 |
| Hex | F | 99 | 1D | 5A | 0 | 51 | 28 | 7E | 52 | 21 |
| Octal | 17 | 231 | 35 | 132 | 0 | 121 | 50 | 176 | 122 | 41 |
| Binary | 1111 | 10011001 | 11101 | 1011010 | 0 | 1010001 | 101000 | 1111110 | 1010010 | 100001 |
Color Harmonies of #0F991D
Complementary color
Monochromatic Colors of #0F991D
Black with #0F991D
Text Example
Text Example
White with #0F991D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F991D; }
p { color: rgb(15,153,29); }
H1.HeaderClassName
{
color: #0F991D;
}
.AnyTagClassName
{
color: #0F991D;
}
</style>
background-color css
<style>
a { background-color: #0F991D; }
a { background-color: rgb(15,153,29); }
div.DivClassName
{
background-color: #0F991D;
}
.BgClassName
{
background-color: #0F991D;
}
</style>
border-color css
<style>
span { border-color: #0F991D; }
span { border-color: rgb(15,153,29); }
td.TdClassName
{
border-color: #0F991D;
}
.TagClassName
{
border-color: #0F991D;
}
</style>