Shades of Forest Green #1DA215
Tints of Forest Green #1DA215
RGB
CMYK
RGB Variations
Color information
#1DA215 (or 0x1DA215) is known color: Forest Green. HEX triplet: 1D, A2 and 15. RGB value is (29,162,21). Sum of RGB (Red+Green+Blue) = 29+162+21=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 162 (63.67% from 255 or 76.42% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA215 is #E25DEA. Grayscale: #6A6A6A. Windows color (decimal): -14835179 or 1417757. OLE color: 1417757.
HSL color Cylindrical-coordinate representation of color #1DA215: hue angle of 116.6º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DA215 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 21 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.36 |
| HSL | 116.6º | 0.77% | 0.36% | - |
| HSV(B) | 116.6º | 0.87% | 0.64% | - |
| XYZ | 13.56 | 26.16 | 5.04 | - |
| YUV | 106.16 | 79.94 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 21 | 0.82 | 0 | 0.87 | 0.36 | 116.6 | 0.77 | 0.36 |
| Hex | 1D | A2 | 15 | 52 | 0 | 57 | 24 | 75 | 4D | 24 |
| Octal | 35 | 242 | 25 | 122 | 0 | 127 | 44 | 165 | 115 | 44 |
| Binary | 11101 | 10100010 | 10101 | 1010010 | 0 | 1010111 | 100100 | 1110101 | 1001101 | 100100 |
Color Harmonies of #1DA215
Complementary color
Monochromatic Colors of #1DA215
Black with #1DA215
Text Example
Text Example
White with #1DA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA215; }
p { color: rgb(29,162,21); }
H1.HeaderClassName
{
color: #1DA215;
}
.AnyTagClassName
{
color: #1DA215;
}
</style>
background-color css
<style>
a { background-color: #1DA215; }
a { background-color: rgb(29,162,21); }
div.DivClassName
{
background-color: #1DA215;
}
.BgClassName
{
background-color: #1DA215;
}
</style>
border-color css
<style>
span { border-color: #1DA215; }
span { border-color: rgb(29,162,21); }
td.TdClassName
{
border-color: #1DA215;
}
.TagClassName
{
border-color: #1DA215;
}
</style>