Shades of Forest Green #1DA635
Tints of Forest Green #1DA635
RGB
CMYK
RGB Variations
Color information
#1DA635 (or 0x1DA635) is known color: Forest Green. HEX triplet: 1D, A6 and 35. RGB value is (29,166,53). Sum of RGB (Red+Green+Blue) = 29+166+53=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 166 (65.23% from 255 or 66.94% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA635 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA635 is #E259CA. Grayscale: #707070. Windows color (decimal): -14834123 or 3515933. OLE color: 3515933.
HSL color Cylindrical-coordinate representation of color #1DA635: hue angle of 130.51º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA635 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 166 | 53 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.35 |
| HSL | 130.51º | 0.7% | 0.38% | - |
| HSV(B) | 130.51º | 0.83% | 0.65% | - |
| XYZ | 14.79 | 27.79 | 7.95 | - |
| YUV | 112.16 | 94.61 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 53 | 0.83 | 0 | 0.68 | 0.35 | 130.51 | 0.7 | 0.38 |
| Hex | 1D | A6 | 35 | 53 | 0 | 44 | 23 | 83 | 46 | 26 |
| Octal | 35 | 246 | 65 | 123 | 0 | 104 | 43 | 203 | 106 | 46 |
| Binary | 11101 | 10100110 | 110101 | 1010011 | 0 | 1000100 | 100011 | 10000011 | 1000110 | 100110 |
Color Harmonies of #1DA635
Complementary color
Monochromatic Colors of #1DA635
Black with #1DA635
Text Example
Text Example
White with #1DA635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA635; }
p { color: rgb(29,166,53); }
H1.HeaderClassName
{
color: #1DA635;
}
.AnyTagClassName
{
color: #1DA635;
}
</style>
background-color css
<style>
a { background-color: #1DA635; }
a { background-color: rgb(29,166,53); }
div.DivClassName
{
background-color: #1DA635;
}
.BgClassName
{
background-color: #1DA635;
}
</style>
border-color css
<style>
span { border-color: #1DA635; }
span { border-color: rgb(29,166,53); }
td.TdClassName
{
border-color: #1DA635;
}
.TagClassName
{
border-color: #1DA635;
}
</style>