Shades of Forest Green #1D8213
Tints of Forest Green #1D8213
RGB
CMYK
RGB Variations
Color information
#1D8213 (or 0x1D8213) is known color: Forest Green. HEX triplet: 1D, 82 and 13. RGB value is (29,130,19). Sum of RGB (Red+Green+Blue) = 29+130+19=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 130 (51.17% from 255 or 73.03% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 130 - color contains mainly: green. Hex color #1D8213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8213 is #E27DEC. Grayscale: #575757. Windows color (decimal): -14843373 or 1278493. OLE color: 1278493.
HSL color Cylindrical-coordinate representation of color #1D8213: hue angle of 114.59º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D8213 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 130 | 19 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.49 |
| HSL | 114.59º | 0.74% | 0.29% | - |
| HSV(B) | 114.59º | 0.85% | 0.51% | - |
| XYZ | 8.61 | 16.27 | 3.3 | - |
| YUV | 87.15 | 89.54 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 130 | 19 | 0.78 | 0 | 0.85 | 0.49 | 114.59 | 0.74 | 0.29 |
| Hex | 1D | 82 | 13 | 4E | 0 | 55 | 31 | 73 | 4A | 1D |
| Octal | 35 | 202 | 23 | 116 | 0 | 125 | 61 | 163 | 112 | 35 |
| Binary | 11101 | 10000010 | 10011 | 1001110 | 0 | 1010101 | 110001 | 1110011 | 1001010 | 11101 |
Color Harmonies of #1D8213
Complementary color
Monochromatic Colors of #1D8213
Black with #1D8213
Text Example
Text Example
White with #1D8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8213; }
p { color: rgb(29,130,19); }
H1.HeaderClassName
{
color: #1D8213;
}
.AnyTagClassName
{
color: #1D8213;
}
</style>
background-color css
<style>
a { background-color: #1D8213; }
a { background-color: rgb(29,130,19); }
div.DivClassName
{
background-color: #1D8213;
}
.BgClassName
{
background-color: #1D8213;
}
</style>
border-color css
<style>
span { border-color: #1D8213; }
span { border-color: rgb(29,130,19); }
td.TdClassName
{
border-color: #1D8213;
}
.TagClassName
{
border-color: #1D8213;
}
</style>