Shades of Forest Green #0D741D
Tints of Forest Green #0D741D
RGB
CMYK
RGB Variations
Color information
#0D741D (or 0x0D741D) is known color: Forest Green. HEX triplet: 0D, 74 and 1D. RGB value is (13,116,29). Sum of RGB (Red+Green+Blue) = 13+116+29=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #0D741D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D741D is #F28BE2. Grayscale: #4B4B4B. Windows color (decimal): -15895523 or 1930253. OLE color: 1930253.
HSL color Cylindrical-coordinate representation of color #0D741D: hue angle of 129.32º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D741D is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 116 | 29 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.55 |
| HSL | 129.32º | 0.8% | 0.25% | - |
| HSV(B) | 129.32º | 0.89% | 0.45% | - |
| XYZ | 6.63 | 12.67 | 3.26 | - |
| YUV | 75.29 | 101.88 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 29 | 0.89 | 0 | 0.75 | 0.55 | 129.32 | 0.8 | 0.25 |
| Hex | D | 74 | 1D | 59 | 0 | 4B | 37 | 81 | 50 | 19 |
| Octal | 15 | 164 | 35 | 131 | 0 | 113 | 67 | 201 | 120 | 31 |
| Binary | 1101 | 1110100 | 11101 | 1011001 | 0 | 1001011 | 110111 | 10000001 | 1010000 | 11001 |
Color Harmonies of #0D741D
Complementary color
Monochromatic Colors of #0D741D
Black with #0D741D
Text Example
Text Example
White with #0D741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D741D; }
p { color: rgb(13,116,29); }
H1.HeaderClassName
{
color: #0D741D;
}
.AnyTagClassName
{
color: #0D741D;
}
</style>
background-color css
<style>
a { background-color: #0D741D; }
a { background-color: rgb(13,116,29); }
div.DivClassName
{
background-color: #0D741D;
}
.BgClassName
{
background-color: #0D741D;
}
</style>
border-color css
<style>
span { border-color: #0D741D; }
span { border-color: rgb(13,116,29); }
td.TdClassName
{
border-color: #0D741D;
}
.TagClassName
{
border-color: #0D741D;
}
</style>