Shades of Forest Green #1DA033
Tints of Forest Green #1DA033
RGB
CMYK
RGB Variations
Color information
#1DA033 (or 0x1DA033) is known color: Forest Green. HEX triplet: 1D, A0 and 33. RGB value is (29,160,51). Sum of RGB (Red+Green+Blue) = 29+160+51=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 160 (62.89% from 255 or 66.67% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA033 is #E25FCC. Grayscale: #6C6C6C. Windows color (decimal): -14835661 or 3383325. OLE color: 3383325.
HSL color Cylindrical-coordinate representation of color #1DA033: hue angle of 130.08º 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 #1DA033 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 51 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.37 |
| HSL | 130.08º | 0.69% | 0.37% | - |
| HSV(B) | 130.08º | 0.82% | 0.63% | - |
| XYZ | 13.68 | 25.64 | 7.36 | - |
| YUV | 108.41 | 95.6 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 51 | 0.82 | 0 | 0.68 | 0.37 | 130.08 | 0.69 | 0.37 |
| Hex | 1D | A0 | 33 | 52 | 0 | 44 | 25 | 82 | 45 | 25 |
| Octal | 35 | 240 | 63 | 122 | 0 | 104 | 45 | 202 | 105 | 45 |
| Binary | 11101 | 10100000 | 110011 | 1010010 | 0 | 1000100 | 100101 | 10000010 | 1000101 | 100101 |
Color Harmonies of #1DA033
Complementary color
Monochromatic Colors of #1DA033
Black with #1DA033
Text Example
Text Example
White with #1DA033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA033; }
p { color: rgb(29,160,51); }
H1.HeaderClassName
{
color: #1DA033;
}
.AnyTagClassName
{
color: #1DA033;
}
</style>
background-color css
<style>
a { background-color: #1DA033; }
a { background-color: rgb(29,160,51); }
div.DivClassName
{
background-color: #1DA033;
}
.BgClassName
{
background-color: #1DA033;
}
</style>
border-color css
<style>
span { border-color: #1DA033; }
span { border-color: rgb(29,160,51); }
td.TdClassName
{
border-color: #1DA033;
}
.TagClassName
{
border-color: #1DA033;
}
</style>