Shades of Forest Green #1DAC10
Tints of Forest Green #1DAC10
RGB
CMYK
RGB Variations
Color information
#1DAC10 (or 0x1DAC10) is known color: Forest Green. HEX triplet: 1D, AC and 10. RGB value is (29,172,16). Sum of RGB (Red+Green+Blue) = 29+172+16=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 172 (67.58% from 255 or 79.26% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAC10 is #E253EF. Grayscale: #6F6F6F. Windows color (decimal): -14832624 or 1092637. OLE color: 1092637.
HSL color Cylindrical-coordinate representation of color #1DAC10: hue angle of 115º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DAC10 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 172 | 16 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.33 |
| HSL | 115º | 0.83% | 0.37% | - |
| HSV(B) | 115º | 0.91% | 0.67% | - |
| XYZ | 15.35 | 29.8 | 5.43 | - |
| YUV | 111.46 | 74.12 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 16 | 0.83 | 0 | 0.91 | 0.33 | 115 | 0.83 | 0.37 |
| Hex | 1D | AC | 10 | 53 | 0 | 5B | 21 | 73 | 53 | 25 |
| Octal | 35 | 254 | 20 | 123 | 0 | 133 | 41 | 163 | 123 | 45 |
| Binary | 11101 | 10101100 | 10000 | 1010011 | 0 | 1011011 | 100001 | 1110011 | 1010011 | 100101 |
Color Harmonies of #1DAC10
Complementary color
Monochromatic Colors of #1DAC10
Black with #1DAC10
Text Example
Text Example
White with #1DAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAC10; }
p { color: rgb(29,172,16); }
H1.HeaderClassName
{
color: #1DAC10;
}
.AnyTagClassName
{
color: #1DAC10;
}
</style>
background-color css
<style>
a { background-color: #1DAC10; }
a { background-color: rgb(29,172,16); }
div.DivClassName
{
background-color: #1DAC10;
}
.BgClassName
{
background-color: #1DAC10;
}
</style>
border-color css
<style>
span { border-color: #1DAC10; }
span { border-color: rgb(29,172,16); }
td.TdClassName
{
border-color: #1DAC10;
}
.TagClassName
{
border-color: #1DAC10;
}
</style>