Shades of Forest Green #1DA135
Tints of Forest Green #1DA135
RGB
CMYK
RGB Variations
Color information
#1DA135 (or 0x1DA135) is known color: Forest Green. HEX triplet: 1D, A1 and 35. RGB value is (29,161,53). Sum of RGB (Red+Green+Blue) = 29+161+53=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 161 (63.28% from 255 or 66.26% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA135 is #E25ECA. Grayscale: #6D6D6D. Windows color (decimal): -14835403 or 3514653. OLE color: 3514653.
HSL color Cylindrical-coordinate representation of color #1DA135: hue angle of 130.91º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA135 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 53 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.37 |
| HSL | 130.91º | 0.69% | 0.37% | - |
| HSV(B) | 130.91º | 0.82% | 0.63% | - |
| XYZ | 13.89 | 26.01 | 7.66 | - |
| YUV | 109.22 | 96.27 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 53 | 0.82 | 0 | 0.67 | 0.37 | 130.91 | 0.69 | 0.37 |
| Hex | 1D | A1 | 35 | 52 | 0 | 43 | 25 | 83 | 45 | 25 |
| Octal | 35 | 241 | 65 | 122 | 0 | 103 | 45 | 203 | 105 | 45 |
| Binary | 11101 | 10100001 | 110101 | 1010010 | 0 | 1000011 | 100101 | 10000011 | 1000101 | 100101 |
Color Harmonies of #1DA135
Complementary color
Monochromatic Colors of #1DA135
Black with #1DA135
Text Example
Text Example
White with #1DA135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA135; }
p { color: rgb(29,161,53); }
H1.HeaderClassName
{
color: #1DA135;
}
.AnyTagClassName
{
color: #1DA135;
}
</style>
background-color css
<style>
a { background-color: #1DA135; }
a { background-color: rgb(29,161,53); }
div.DivClassName
{
background-color: #1DA135;
}
.BgClassName
{
background-color: #1DA135;
}
</style>
border-color css
<style>
span { border-color: #1DA135; }
span { border-color: rgb(29,161,53); }
td.TdClassName
{
border-color: #1DA135;
}
.TagClassName
{
border-color: #1DA135;
}
</style>