Shades of Forest Green #0D981F
Tints of Forest Green #0D981F
RGB
CMYK
RGB Variations
Color information
#0D981F (or 0x0D981F) is known color: Forest Green. HEX triplet: 0D, 98 and 1F. RGB value is (13,152,31). Sum of RGB (Red+Green+Blue) = 13+152+31=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 152 (59.77% from 255 or 77.55% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 152 - color contains mainly: green. Hex color #0D981F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D981F is #F267E0. Grayscale: #606060. Windows color (decimal): -15886305 or 2070541. OLE color: 2070541.
HSL color Cylindrical-coordinate representation of color #0D981F: hue angle of 127.77º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D981F is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 152 | 31 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.40 |
| HSL | 127.77º | 0.84% | 0.32% | - |
| HSV(B) | 127.77º | 0.91% | 0.6% | - |
| XYZ | 11.64 | 22.64 | 5.05 | - |
| YUV | 96.65 | 90.95 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 31 | 0.91 | 0 | 0.80 | 0.40 | 127.77 | 0.84 | 0.32 |
| Hex | D | 98 | 1F | 5B | 0 | 50 | 28 | 80 | 54 | 20 |
| Octal | 15 | 230 | 37 | 133 | 0 | 120 | 50 | 200 | 124 | 40 |
| Binary | 1101 | 10011000 | 11111 | 1011011 | 0 | 1010000 | 101000 | 10000000 | 1010100 | 100000 |
Color Harmonies of #0D981F
Complementary color
Monochromatic Colors of #0D981F
Black with #0D981F
Text Example
Text Example
White with #0D981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D981F; }
p { color: rgb(13,152,31); }
H1.HeaderClassName
{
color: #0D981F;
}
.AnyTagClassName
{
color: #0D981F;
}
</style>
background-color css
<style>
a { background-color: #0D981F; }
a { background-color: rgb(13,152,31); }
div.DivClassName
{
background-color: #0D981F;
}
.BgClassName
{
background-color: #0D981F;
}
</style>
border-color css
<style>
span { border-color: #0D981F; }
span { border-color: rgb(13,152,31); }
td.TdClassName
{
border-color: #0D981F;
}
.TagClassName
{
border-color: #0D981F;
}
</style>