Shades of Forest Green #0D9419
Tints of Forest Green #0D9419
RGB
CMYK
RGB Variations
Color information
#0D9419 (or 0x0D9419) is known color: Forest Green. HEX triplet: 0D, 94 and 19. RGB value is (13,148,25). Sum of RGB (Red+Green+Blue) = 13+148+25=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 148 (58.20% from 255 or 79.57% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9419 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9419 is #F26BE6. Grayscale: #5D5D5D. Windows color (decimal): -15887335 or 1676301. OLE color: 1676301.
HSL color Cylindrical-coordinate representation of color #0D9419: hue angle of 125.33º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9419 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 25 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.42 |
| HSL | 125.33º | 0.84% | 0.32% | - |
| HSV(B) | 125.33º | 0.91% | 0.58% | - |
| XYZ | 10.93 | 21.34 | 4.46 | - |
| YUV | 93.61 | 89.27 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 25 | 0.91 | 0 | 0.83 | 0.42 | 125.33 | 0.84 | 0.32 |
| Hex | D | 94 | 19 | 5B | 0 | 53 | 2A | 7D | 54 | 20 |
| Octal | 15 | 224 | 31 | 133 | 0 | 123 | 52 | 175 | 124 | 40 |
| Binary | 1101 | 10010100 | 11001 | 1011011 | 0 | 1010011 | 101010 | 1111101 | 1010100 | 100000 |
Color Harmonies of #0D9419
Complementary color
Monochromatic Colors of #0D9419
Black with #0D9419
Text Example
Text Example
White with #0D9419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9419; }
p { color: rgb(13,148,25); }
H1.HeaderClassName
{
color: #0D9419;
}
.AnyTagClassName
{
color: #0D9419;
}
</style>
background-color css
<style>
a { background-color: #0D9419; }
a { background-color: rgb(13,148,25); }
div.DivClassName
{
background-color: #0D9419;
}
.BgClassName
{
background-color: #0D9419;
}
</style>
border-color css
<style>
span { border-color: #0D9419; }
span { border-color: rgb(13,148,25); }
td.TdClassName
{
border-color: #0D9419;
}
.TagClassName
{
border-color: #0D9419;
}
</style>