Shades of Forest Green #1DA320
Tints of Forest Green #1DA320
RGB
CMYK
RGB Variations
Color information
#1DA320 (or 0x1DA320) is known color: Forest Green. HEX triplet: 1D, A3 and 20. RGB value is (29,163,32). Sum of RGB (Red+Green+Blue) = 29+163+32=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 163 (64.06% from 255 or 72.77% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA320 is #E25CDF. Grayscale: #6C6C6C. Windows color (decimal): -14834912 or 2138909. OLE color: 2138909.
HSL color Cylindrical-coordinate representation of color #1DA320: hue angle of 121.34º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA320 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 163 | 32 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.36 |
| HSL | 121.34º | 0.7% | 0.38% | - |
| HSV(B) | 121.34º | 0.82% | 0.64% | - |
| XYZ | 13.86 | 26.56 | 5.76 | - |
| YUV | 108 | 85.11 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 32 | 0.82 | 0 | 0.80 | 0.36 | 121.34 | 0.7 | 0.38 |
| Hex | 1D | A3 | 20 | 52 | 0 | 50 | 24 | 79 | 46 | 26 |
| Octal | 35 | 243 | 40 | 122 | 0 | 120 | 44 | 171 | 106 | 46 |
| Binary | 11101 | 10100011 | 100000 | 1010010 | 0 | 1010000 | 100100 | 1111001 | 1000110 | 100110 |
Color Harmonies of #1DA320
Complementary color
Monochromatic Colors of #1DA320
Black with #1DA320
Text Example
Text Example
White with #1DA320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA320; }
p { color: rgb(29,163,32); }
H1.HeaderClassName
{
color: #1DA320;
}
.AnyTagClassName
{
color: #1DA320;
}
</style>
background-color css
<style>
a { background-color: #1DA320; }
a { background-color: rgb(29,163,32); }
div.DivClassName
{
background-color: #1DA320;
}
.BgClassName
{
background-color: #1DA320;
}
</style>
border-color css
<style>
span { border-color: #1DA320; }
span { border-color: rgb(29,163,32); }
td.TdClassName
{
border-color: #1DA320;
}
.TagClassName
{
border-color: #1DA320;
}
</style>