Shades of Forest Green #1DA034
Tints of Forest Green #1DA034
RGB
CMYK
RGB Variations
Color information
#1DA034 (or 0x1DA034) is known color: Forest Green. HEX triplet: 1D, A0 and 34. RGB value is (29,160,52). Sum of RGB (Red+Green+Blue) = 29+160+52=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 160 (62.89% from 255 or 66.39% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA034 is #E25FCB. Grayscale: #6C6C6C. Windows color (decimal): -14835660 or 3448861. OLE color: 3448861.
HSL color Cylindrical-coordinate representation of color #1DA034: hue angle of 130.53º 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 #1DA034 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 52 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.37 |
| HSL | 130.53º | 0.69% | 0.37% | - |
| HSV(B) | 130.53º | 0.82% | 0.63% | - |
| XYZ | 13.7 | 25.65 | 7.48 | - |
| YUV | 108.52 | 96.1 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 52 | 0.82 | 0 | 0.68 | 0.37 | 130.53 | 0.69 | 0.37 |
| Hex | 1D | A0 | 34 | 52 | 0 | 44 | 25 | 83 | 45 | 25 |
| Octal | 35 | 240 | 64 | 122 | 0 | 104 | 45 | 203 | 105 | 45 |
| Binary | 11101 | 10100000 | 110100 | 1010010 | 0 | 1000100 | 100101 | 10000011 | 1000101 | 100101 |
Color Harmonies of #1DA034
Complementary color
Monochromatic Colors of #1DA034
Black with #1DA034
Text Example
Text Example
White with #1DA034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA034; }
p { color: rgb(29,160,52); }
H1.HeaderClassName
{
color: #1DA034;
}
.AnyTagClassName
{
color: #1DA034;
}
</style>
background-color css
<style>
a { background-color: #1DA034; }
a { background-color: rgb(29,160,52); }
div.DivClassName
{
background-color: #1DA034;
}
.BgClassName
{
background-color: #1DA034;
}
</style>
border-color css
<style>
span { border-color: #1DA034; }
span { border-color: rgb(29,160,52); }
td.TdClassName
{
border-color: #1DA034;
}
.TagClassName
{
border-color: #1DA034;
}
</style>