Shades of Forest Green #1DA20C
Tints of Forest Green #1DA20C
RGB
CMYK
RGB Variations
Color information
#1DA20C (or 0x1DA20C) is known color: Forest Green. HEX triplet: 1D, A2 and 0C. RGB value is (29,162,12). Sum of RGB (Red+Green+Blue) = 29+162+12=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 162 (63.67% from 255 or 79.80% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA20C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA20C is #E25DF3. Grayscale: #696969. Windows color (decimal): -14835188 or 827933. OLE color: 827933.
HSL color Cylindrical-coordinate representation of color #1DA20C: hue angle of 113.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DA20C is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 12 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.36 |
| HSL | 113.2º | 0.86% | 0.34% | - |
| HSV(B) | 113.2º | 0.93% | 0.64% | - |
| XYZ | 13.49 | 26.13 | 4.68 | - |
| YUV | 105.13 | 75.44 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 12 | 0.82 | 0 | 0.93 | 0.36 | 113.2 | 0.86 | 0.34 |
| Hex | 1D | A2 | C | 52 | 0 | 5D | 24 | 71 | 56 | 22 |
| Octal | 35 | 242 | 14 | 122 | 0 | 135 | 44 | 161 | 126 | 42 |
| Binary | 11101 | 10100010 | 1100 | 1010010 | 0 | 1011101 | 100100 | 1110001 | 1010110 | 100010 |
Color Harmonies of #1DA20C
Complementary color
Monochromatic Colors of #1DA20C
Black with #1DA20C
Text Example
Text Example
White with #1DA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA20C; }
p { color: rgb(29,162,12); }
H1.HeaderClassName
{
color: #1DA20C;
}
.AnyTagClassName
{
color: #1DA20C;
}
</style>
background-color css
<style>
a { background-color: #1DA20C; }
a { background-color: rgb(29,162,12); }
div.DivClassName
{
background-color: #1DA20C;
}
.BgClassName
{
background-color: #1DA20C;
}
</style>
border-color css
<style>
span { border-color: #1DA20C; }
span { border-color: rgb(29,162,12); }
td.TdClassName
{
border-color: #1DA20C;
}
.TagClassName
{
border-color: #1DA20C;
}
</style>