Shades of Forest Green #1DA216
Tints of Forest Green #1DA216
RGB
CMYK
RGB Variations
Color information
#1DA216 (or 0x1DA216) is known color: Forest Green. HEX triplet: 1D, A2 and 16. RGB value is (29,162,22). Sum of RGB (Red+Green+Blue) = 29+162+22=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 162 (63.67% from 255 or 76.06% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA216 is #E25DE9. Grayscale: #6A6A6A. Windows color (decimal): -14835178 or 1483293. OLE color: 1483293.
HSL color Cylindrical-coordinate representation of color #1DA216: hue angle of 117º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DA216 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 22 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.36 |
| HSL | 117º | 0.76% | 0.36% | - |
| HSV(B) | 117º | 0.86% | 0.64% | - |
| XYZ | 13.57 | 26.16 | 5.09 | - |
| YUV | 106.27 | 80.44 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 22 | 0.82 | 0 | 0.86 | 0.36 | 117 | 0.76 | 0.36 |
| Hex | 1D | A2 | 16 | 52 | 0 | 56 | 24 | 75 | 4C | 24 |
| Octal | 35 | 242 | 26 | 122 | 0 | 126 | 44 | 165 | 114 | 44 |
| Binary | 11101 | 10100010 | 10110 | 1010010 | 0 | 1010110 | 100100 | 1110101 | 1001100 | 100100 |
Color Harmonies of #1DA216
Complementary color
Monochromatic Colors of #1DA216
Black with #1DA216
Text Example
Text Example
White with #1DA216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA216; }
p { color: rgb(29,162,22); }
H1.HeaderClassName
{
color: #1DA216;
}
.AnyTagClassName
{
color: #1DA216;
}
</style>
background-color css
<style>
a { background-color: #1DA216; }
a { background-color: rgb(29,162,22); }
div.DivClassName
{
background-color: #1DA216;
}
.BgClassName
{
background-color: #1DA216;
}
</style>
border-color css
<style>
span { border-color: #1DA216; }
span { border-color: rgb(29,162,22); }
td.TdClassName
{
border-color: #1DA216;
}
.TagClassName
{
border-color: #1DA216;
}
</style>