Shades of Forest Green #1DA30D
Tints of Forest Green #1DA30D
RGB
CMYK
RGB Variations
Color information
#1DA30D (or 0x1DA30D) is known color: Forest Green. HEX triplet: 1D, A3 and 0D. RGB value is (29,163,13). Sum of RGB (Red+Green+Blue) = 29+163+13=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 163 (64.06% from 255 or 79.51% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA30D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA30D is #E25CF2. Grayscale: #6A6A6A. Windows color (decimal): -14834931 or 893725. OLE color: 893725.
HSL color Cylindrical-coordinate representation of color #1DA30D: hue angle of 113.6º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1DA30D is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 163 | 13 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.36 |
| HSL | 113.6º | 0.85% | 0.35% | - |
| HSV(B) | 113.6º | 0.92% | 0.64% | - |
| XYZ | 13.68 | 26.48 | 4.77 | - |
| YUV | 105.83 | 75.61 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 13 | 0.82 | 0 | 0.92 | 0.36 | 113.6 | 0.85 | 0.35 |
| Hex | 1D | A3 | D | 52 | 0 | 5C | 24 | 72 | 55 | 23 |
| Octal | 35 | 243 | 15 | 122 | 0 | 134 | 44 | 162 | 125 | 43 |
| Binary | 11101 | 10100011 | 1101 | 1010010 | 0 | 1011100 | 100100 | 1110010 | 1010101 | 100011 |
Color Harmonies of #1DA30D
Complementary color
Monochromatic Colors of #1DA30D
Black with #1DA30D
Text Example
Text Example
White with #1DA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA30D; }
p { color: rgb(29,163,13); }
H1.HeaderClassName
{
color: #1DA30D;
}
.AnyTagClassName
{
color: #1DA30D;
}
</style>
background-color css
<style>
a { background-color: #1DA30D; }
a { background-color: rgb(29,163,13); }
div.DivClassName
{
background-color: #1DA30D;
}
.BgClassName
{
background-color: #1DA30D;
}
</style>
border-color css
<style>
span { border-color: #1DA30D; }
span { border-color: rgb(29,163,13); }
td.TdClassName
{
border-color: #1DA30D;
}
.TagClassName
{
border-color: #1DA30D;
}
</style>