Shades of Forest Green #1DA326
Tints of Forest Green #1DA326
RGB
CMYK
RGB Variations
Color information
#1DA326 (or 0x1DA326) is known color: Forest Green. HEX triplet: 1D, A3 and 26. RGB value is (29,163,38). Sum of RGB (Red+Green+Blue) = 29+163+38=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 163 (64.06% from 255 or 70.87% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA326 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA326 is #E25CD9. Grayscale: #6D6D6D. Windows color (decimal): -14834906 or 2532125. OLE color: 2532125.
HSL color Cylindrical-coordinate representation of color #1DA326: hue angle of 124.03º 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 #1DA326 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 163 | 38 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.36 |
| HSL | 124.03º | 0.7% | 0.38% | - |
| HSV(B) | 124.03º | 0.82% | 0.64% | - |
| XYZ | 13.95 | 26.6 | 6.23 | - |
| YUV | 108.68 | 88.11 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 38 | 0.82 | 0 | 0.77 | 0.36 | 124.03 | 0.7 | 0.38 |
| Hex | 1D | A3 | 26 | 52 | 0 | 4D | 24 | 7C | 46 | 26 |
| Octal | 35 | 243 | 46 | 122 | 0 | 115 | 44 | 174 | 106 | 46 |
| Binary | 11101 | 10100011 | 100110 | 1010010 | 0 | 1001101 | 100100 | 1111100 | 1000110 | 100110 |
Color Harmonies of #1DA326
Complementary color
Monochromatic Colors of #1DA326
Black with #1DA326
Text Example
Text Example
White with #1DA326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA326; }
p { color: rgb(29,163,38); }
H1.HeaderClassName
{
color: #1DA326;
}
.AnyTagClassName
{
color: #1DA326;
}
</style>
background-color css
<style>
a { background-color: #1DA326; }
a { background-color: rgb(29,163,38); }
div.DivClassName
{
background-color: #1DA326;
}
.BgClassName
{
background-color: #1DA326;
}
</style>
border-color css
<style>
span { border-color: #1DA326; }
span { border-color: rgb(29,163,38); }
td.TdClassName
{
border-color: #1DA326;
}
.TagClassName
{
border-color: #1DA326;
}
</style>