Shades of Forest Green #0F982D
Tints of Forest Green #0F982D
RGB
CMYK
RGB Variations
Color information
#0F982D (or 0x0F982D) is known color: Forest Green. HEX triplet: 0F, 98 and 2D. RGB value is (15,152,45). Sum of RGB (Red+Green+Blue) = 15+152+45=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 152 (59.77% from 255 or 71.70% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 152 - color contains mainly: green. Hex color #0F982D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F982D is #F067D2. Grayscale: #636363. Windows color (decimal): -15755219 or 2988047. OLE color: 2988047.
HSL color Cylindrical-coordinate representation of color #0F982D: hue angle of 133.14º 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 #0F982D is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 152 | 45 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.40 |
| HSL | 133.14º | 0.82% | 0.33% | - |
| HSV(B) | 133.14º | 0.9% | 0.6% | - |
| XYZ | 11.9 | 22.75 | 6.25 | - |
| YUV | 98.84 | 97.61 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 152 | 45 | 0.90 | 0 | 0.70 | 0.40 | 133.14 | 0.82 | 0.33 |
| Hex | F | 98 | 2D | 5A | 0 | 46 | 28 | 85 | 52 | 21 |
| Octal | 17 | 230 | 55 | 132 | 0 | 106 | 50 | 205 | 122 | 41 |
| Binary | 1111 | 10011000 | 101101 | 1011010 | 0 | 1000110 | 101000 | 10000101 | 1010010 | 100001 |
Color Harmonies of #0F982D
Complementary color
Monochromatic Colors of #0F982D
Black with #0F982D
Text Example
Text Example
White with #0F982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F982D; }
p { color: rgb(15,152,45); }
H1.HeaderClassName
{
color: #0F982D;
}
.AnyTagClassName
{
color: #0F982D;
}
</style>
background-color css
<style>
a { background-color: #0F982D; }
a { background-color: rgb(15,152,45); }
div.DivClassName
{
background-color: #0F982D;
}
.BgClassName
{
background-color: #0F982D;
}
</style>
border-color css
<style>
span { border-color: #0F982D; }
span { border-color: rgb(15,152,45); }
td.TdClassName
{
border-color: #0F982D;
}
.TagClassName
{
border-color: #0F982D;
}
</style>