Shades of Forest Green #1DA510
Tints of Forest Green #1DA510
RGB
CMYK
RGB Variations
Color information
#1DA510 (or 0x1DA510) is known color: Forest Green. HEX triplet: 1D, A5 and 10. RGB value is (29,165,16). Sum of RGB (Red+Green+Blue) = 29+165+16=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 165 (64.84% from 255 or 78.57% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA510 is #E25AEF. Grayscale: #6B6B6B. Windows color (decimal): -14834416 or 1090845. OLE color: 1090845.
HSL color Cylindrical-coordinate representation of color #1DA510: hue angle of 114.77º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DA510 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 16 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.35 |
| HSL | 114.77º | 0.82% | 0.35% | - |
| HSV(B) | 114.77º | 0.9% | 0.65% | - |
| XYZ | 14.06 | 27.21 | 5 | - |
| YUV | 107.35 | 76.44 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 16 | 0.82 | 0 | 0.90 | 0.35 | 114.77 | 0.82 | 0.35 |
| Hex | 1D | A5 | 10 | 52 | 0 | 5A | 23 | 73 | 52 | 23 |
| Octal | 35 | 245 | 20 | 122 | 0 | 132 | 43 | 163 | 122 | 43 |
| Binary | 11101 | 10100101 | 10000 | 1010010 | 0 | 1011010 | 100011 | 1110011 | 1010010 | 100011 |
Color Harmonies of #1DA510
Complementary color
Monochromatic Colors of #1DA510
Black with #1DA510
Text Example
Text Example
White with #1DA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA510; }
p { color: rgb(29,165,16); }
H1.HeaderClassName
{
color: #1DA510;
}
.AnyTagClassName
{
color: #1DA510;
}
</style>
background-color css
<style>
a { background-color: #1DA510; }
a { background-color: rgb(29,165,16); }
div.DivClassName
{
background-color: #1DA510;
}
.BgClassName
{
background-color: #1DA510;
}
</style>
border-color css
<style>
span { border-color: #1DA510; }
span { border-color: rgb(29,165,16); }
td.TdClassName
{
border-color: #1DA510;
}
.TagClassName
{
border-color: #1DA510;
}
</style>