Shades of Forest Green #1DA813
Tints of Forest Green #1DA813
RGB
CMYK
RGB Variations
Color information
#1DA813 (or 0x1DA813) is known color: Forest Green. HEX triplet: 1D, A8 and 13. RGB value is (29,168,19). Sum of RGB (Red+Green+Blue) = 29+168+19=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 168 (66.02% from 255 or 77.78% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 168 - color contains mainly: green. Hex color #1DA813 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA813 is #E257EC. Grayscale: #6D6D6D. Windows color (decimal): -14833645 or 1288221. OLE color: 1288221.
HSL color Cylindrical-coordinate representation of color #1DA813: hue angle of 115.97º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DA813 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 168 | 19 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.34 |
| HSL | 115.97º | 0.8% | 0.37% | - |
| HSV(B) | 115.97º | 0.89% | 0.66% | - |
| XYZ | 14.63 | 28.31 | 5.31 | - |
| YUV | 109.45 | 76.95 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 168 | 19 | 0.83 | 0 | 0.89 | 0.34 | 115.97 | 0.8 | 0.37 |
| Hex | 1D | A8 | 13 | 53 | 0 | 59 | 22 | 74 | 50 | 25 |
| Octal | 35 | 250 | 23 | 123 | 0 | 131 | 42 | 164 | 120 | 45 |
| Binary | 11101 | 10101000 | 10011 | 1010011 | 0 | 1011001 | 100010 | 1110100 | 1010000 | 100101 |
Color Harmonies of #1DA813
Complementary color
Monochromatic Colors of #1DA813
Black with #1DA813
Text Example
Text Example
White with #1DA813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA813; }
p { color: rgb(29,168,19); }
H1.HeaderClassName
{
color: #1DA813;
}
.AnyTagClassName
{
color: #1DA813;
}
</style>
background-color css
<style>
a { background-color: #1DA813; }
a { background-color: rgb(29,168,19); }
div.DivClassName
{
background-color: #1DA813;
}
.BgClassName
{
background-color: #1DA813;
}
</style>
border-color css
<style>
span { border-color: #1DA813; }
span { border-color: rgb(29,168,19); }
td.TdClassName
{
border-color: #1DA813;
}
.TagClassName
{
border-color: #1DA813;
}
</style>