Shades of Forest Green #0D781D
Tints of Forest Green #0D781D
RGB
CMYK
RGB Variations
Color information
#0D781D (or 0x0D781D) is known color: Forest Green. HEX triplet: 0D, 78 and 1D. RGB value is (13,120,29). Sum of RGB (Red+Green+Blue) = 13+120+29=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 120 (47.27% from 255 or 74.07% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 120 - color contains mainly: green. Hex color #0D781D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D781D is #F287E2. Grayscale: #4D4D4D. Windows color (decimal): -15894499 or 1931277. OLE color: 1931277.
HSL color Cylindrical-coordinate representation of color #0D781D: hue angle of 128.97º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D781D is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 120 | 29 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.53 |
| HSL | 128.97º | 0.8% | 0.26% | - |
| HSV(B) | 128.97º | 0.89% | 0.47% | - |
| XYZ | 7.1 | 13.61 | 3.41 | - |
| YUV | 77.63 | 100.55 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 120 | 29 | 0.89 | 0 | 0.76 | 0.53 | 128.97 | 0.8 | 0.26 |
| Hex | D | 78 | 1D | 59 | 0 | 4C | 35 | 81 | 50 | 1A |
| Octal | 15 | 170 | 35 | 131 | 0 | 114 | 65 | 201 | 120 | 32 |
| Binary | 1101 | 1111000 | 11101 | 1011001 | 0 | 1001100 | 110101 | 10000001 | 1010000 | 11010 |
Color Harmonies of #0D781D
Complementary color
Monochromatic Colors of #0D781D
Black with #0D781D
Text Example
Text Example
White with #0D781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D781D; }
p { color: rgb(13,120,29); }
H1.HeaderClassName
{
color: #0D781D;
}
.AnyTagClassName
{
color: #0D781D;
}
</style>
background-color css
<style>
a { background-color: #0D781D; }
a { background-color: rgb(13,120,29); }
div.DivClassName
{
background-color: #0D781D;
}
.BgClassName
{
background-color: #0D781D;
}
</style>
border-color css
<style>
span { border-color: #0D781D; }
span { border-color: rgb(13,120,29); }
td.TdClassName
{
border-color: #0D781D;
}
.TagClassName
{
border-color: #0D781D;
}
</style>