Shades of Forest Green #1DA512
Tints of Forest Green #1DA512
RGB
CMYK
RGB Variations
Color information
#1DA512 (or 0x1DA512) is known color: Forest Green. HEX triplet: 1D, A5 and 12. RGB value is (29,165,18). Sum of RGB (Red+Green+Blue) = 29+165+18=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 165 (64.84% from 255 or 77.83% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA512 is #E25AED. Grayscale: #6C6C6C. Windows color (decimal): -14834414 or 1221917. OLE color: 1221917.
HSL color Cylindrical-coordinate representation of color #1DA512: hue angle of 115.51º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DA512 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 18 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.35 |
| HSL | 115.51º | 0.8% | 0.36% | - |
| HSV(B) | 115.51º | 0.89% | 0.65% | - |
| XYZ | 14.07 | 27.22 | 5.08 | - |
| YUV | 107.58 | 77.44 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 18 | 0.82 | 0 | 0.89 | 0.35 | 115.51 | 0.8 | 0.36 |
| Hex | 1D | A5 | 12 | 52 | 0 | 59 | 23 | 74 | 50 | 24 |
| Octal | 35 | 245 | 22 | 122 | 0 | 131 | 43 | 164 | 120 | 44 |
| Binary | 11101 | 10100101 | 10010 | 1010010 | 0 | 1011001 | 100011 | 1110100 | 1010000 | 100100 |
Color Harmonies of #1DA512
Complementary color
Monochromatic Colors of #1DA512
Black with #1DA512
Text Example
Text Example
White with #1DA512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA512; }
p { color: rgb(29,165,18); }
H1.HeaderClassName
{
color: #1DA512;
}
.AnyTagClassName
{
color: #1DA512;
}
</style>
background-color css
<style>
a { background-color: #1DA512; }
a { background-color: rgb(29,165,18); }
div.DivClassName
{
background-color: #1DA512;
}
.BgClassName
{
background-color: #1DA512;
}
</style>
border-color css
<style>
span { border-color: #1DA512; }
span { border-color: rgb(29,165,18); }
td.TdClassName
{
border-color: #1DA512;
}
.TagClassName
{
border-color: #1DA512;
}
</style>