Shades of Forest Green #0D711C
Tints of Forest Green #0D711C
RGB
CMYK
RGB Variations
Color information
#0D711C (or 0x0D711C) is known color: Forest Green. HEX triplet: 0D, 71 and 1C. RGB value is (13,113,28). Sum of RGB (Red+Green+Blue) = 13+113+28=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 113 (44.53% from 255 or 73.38% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 113 - color contains mainly: green. Hex color #0D711C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D711C is #F28EE3. Grayscale: #494949. Windows color (decimal): -15896292 or 1863949. OLE color: 1863949.
HSL color Cylindrical-coordinate representation of color #0D711C: hue angle of 129º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D711C is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 28 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.56 |
| HSL | 129º | 0.79% | 0.25% | - |
| HSV(B) | 129º | 0.88% | 0.44% | - |
| XYZ | 6.28 | 11.98 | 3.08 | - |
| YUV | 73.41 | 102.37 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 28 | 0.88 | 0 | 0.75 | 0.56 | 129 | 0.79 | 0.25 |
| Hex | D | 71 | 1C | 58 | 0 | 4B | 38 | 81 | 4F | 19 |
| Octal | 15 | 161 | 34 | 130 | 0 | 113 | 70 | 201 | 117 | 31 |
| Binary | 1101 | 1110001 | 11100 | 1011000 | 0 | 1001011 | 111000 | 10000001 | 1001111 | 11001 |
Color Harmonies of #0D711C
Complementary color
Monochromatic Colors of #0D711C
Black with #0D711C
Text Example
Text Example
White with #0D711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D711C; }
p { color: rgb(13,113,28); }
H1.HeaderClassName
{
color: #0D711C;
}
.AnyTagClassName
{
color: #0D711C;
}
</style>
background-color css
<style>
a { background-color: #0D711C; }
a { background-color: rgb(13,113,28); }
div.DivClassName
{
background-color: #0D711C;
}
.BgClassName
{
background-color: #0D711C;
}
</style>
border-color css
<style>
span { border-color: #0D711C; }
span { border-color: rgb(13,113,28); }
td.TdClassName
{
border-color: #0D711C;
}
.TagClassName
{
border-color: #0D711C;
}
</style>