Shades of Forest Green #0D7C1D
Tints of Forest Green #0D7C1D
RGB
CMYK
RGB Variations
Color information
#0D7C1D (or 0x0D7C1D) is known color: Forest Green. HEX triplet: 0D, 7C and 1D. RGB value is (13,124,29). Sum of RGB (Red+Green+Blue) = 13+124+29=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 124 (48.83% from 255 or 74.70% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7C1D is #F283E2. Grayscale: #505050. Windows color (decimal): -15893475 or 1932301. OLE color: 1932301.
HSL color Cylindrical-coordinate representation of color #0D7C1D: hue angle of 128.65º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7C1D is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 124 | 29 | - |
| CMYK | 0.90 | 0 | 0.77 | 0.51 |
| HSL | 128.65º | 0.81% | 0.27% | - |
| HSV(B) | 128.65º | 0.9% | 0.49% | - |
| XYZ | 7.6 | 14.59 | 3.58 | - |
| YUV | 79.98 | 99.23 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 124 | 29 | 0.90 | 0 | 0.77 | 0.51 | 128.65 | 0.81 | 0.27 |
| Hex | D | 7C | 1D | 5A | 0 | 4D | 33 | 81 | 51 | 1B |
| Octal | 15 | 174 | 35 | 132 | 0 | 115 | 63 | 201 | 121 | 33 |
| Binary | 1101 | 1111100 | 11101 | 1011010 | 0 | 1001101 | 110011 | 10000001 | 1010001 | 11011 |
Color Harmonies of #0D7C1D
Complementary color
Monochromatic Colors of #0D7C1D
Black with #0D7C1D
Text Example
Text Example
White with #0D7C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7C1D; }
p { color: rgb(13,124,29); }
H1.HeaderClassName
{
color: #0D7C1D;
}
.AnyTagClassName
{
color: #0D7C1D;
}
</style>
background-color css
<style>
a { background-color: #0D7C1D; }
a { background-color: rgb(13,124,29); }
div.DivClassName
{
background-color: #0D7C1D;
}
.BgClassName
{
background-color: #0D7C1D;
}
</style>
border-color css
<style>
span { border-color: #0D7C1D; }
span { border-color: rgb(13,124,29); }
td.TdClassName
{
border-color: #0D7C1D;
}
.TagClassName
{
border-color: #0D7C1D;
}
</style>