Shades of Forest Green #1DA535
Tints of Forest Green #1DA535
RGB
CMYK
RGB Variations
Color information
#1DA535 (or 0x1DA535) is known color: Forest Green. HEX triplet: 1D, A5 and 35. RGB value is (29,165,53). Sum of RGB (Red+Green+Blue) = 29+165+53=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 165 (64.84% from 255 or 66.80% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA535 is #E25ACA. Grayscale: #6F6F6F. Windows color (decimal): -14834379 or 3515677. OLE color: 3515677.
HSL color Cylindrical-coordinate representation of color #1DA535: hue angle of 130.59º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA535 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 53 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.35 |
| HSL | 130.59º | 0.7% | 0.38% | - |
| HSV(B) | 130.59º | 0.82% | 0.65% | - |
| XYZ | 14.6 | 27.43 | 7.89 | - |
| YUV | 111.57 | 94.94 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 53 | 0.82 | 0 | 0.68 | 0.35 | 130.59 | 0.7 | 0.38 |
| Hex | 1D | A5 | 35 | 52 | 0 | 44 | 23 | 83 | 46 | 26 |
| Octal | 35 | 245 | 65 | 122 | 0 | 104 | 43 | 203 | 106 | 46 |
| Binary | 11101 | 10100101 | 110101 | 1010010 | 0 | 1000100 | 100011 | 10000011 | 1000110 | 100110 |
Color Harmonies of #1DA535
Complementary color
Monochromatic Colors of #1DA535
Black with #1DA535
Text Example
Text Example
White with #1DA535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA535; }
p { color: rgb(29,165,53); }
H1.HeaderClassName
{
color: #1DA535;
}
.AnyTagClassName
{
color: #1DA535;
}
</style>
background-color css
<style>
a { background-color: #1DA535; }
a { background-color: rgb(29,165,53); }
div.DivClassName
{
background-color: #1DA535;
}
.BgClassName
{
background-color: #1DA535;
}
</style>
border-color css
<style>
span { border-color: #1DA535; }
span { border-color: rgb(29,165,53); }
td.TdClassName
{
border-color: #1DA535;
}
.TagClassName
{
border-color: #1DA535;
}
</style>