Shades of Forest Green #1DA914
Tints of Forest Green #1DA914
RGB
CMYK
RGB Variations
Color information
#1DA914 (or 0x1DA914) is known color: Forest Green. HEX triplet: 1D, A9 and 14. RGB value is (29,169,20). Sum of RGB (Red+Green+Blue) = 29+169+20=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 169 (66.41% from 255 or 77.52% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA914 is #E256EB. Grayscale: #6E6E6E. Windows color (decimal): -14833388 or 1354013. OLE color: 1354013.
HSL color Cylindrical-coordinate representation of color #1DA914: hue angle of 116.38º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DA914 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 29 | 169 | 20 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.34 |
| HSL | 116.38º | 0.79% | 0.37% | - |
| HSV(B) | 116.38º | 0.88% | 0.66% | - |
| XYZ | 14.82 | 28.69 | 5.42 | - |
| YUV | 110.15 | 77.12 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 169 | 20 | 0.83 | 0 | 0.88 | 0.34 | 116.38 | 0.79 | 0.37 |
| Hex | 1D | A9 | 14 | 53 | 0 | 58 | 22 | 74 | 4F | 25 |
| Octal | 35 | 251 | 24 | 123 | 0 | 130 | 42 | 164 | 117 | 45 |
| Binary | 11101 | 10101001 | 10100 | 1010011 | 0 | 1011000 | 100010 | 1110100 | 1001111 | 100101 |
Color Harmonies of #1DA914
Complementary color
Monochromatic Colors of #1DA914
Black with #1DA914
Text Example
Text Example
White with #1DA914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA914; }
p { color: rgb(29,169,20); }
H1.HeaderClassName
{
color: #1DA914;
}
.AnyTagClassName
{
color: #1DA914;
}
</style>
background-color css
<style>
a { background-color: #1DA914; }
a { background-color: rgb(29,169,20); }
div.DivClassName
{
background-color: #1DA914;
}
.BgClassName
{
background-color: #1DA914;
}
</style>
border-color css
<style>
span { border-color: #1DA914; }
span { border-color: rgb(29,169,20); }
td.TdClassName
{
border-color: #1DA914;
}
.TagClassName
{
border-color: #1DA914;
}
</style>