Shades of Forest Green #1DAD12
Tints of Forest Green #1DAD12
RGB
CMYK
RGB Variations
Color information
#1DAD12 (or 0x1DAD12) is known color: Forest Green. HEX triplet: 1D, AD and 12. RGB value is (29,173,18). Sum of RGB (Red+Green+Blue) = 29+173+18=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 173 (67.97% from 255 or 78.64% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAD12 is #E252ED. Grayscale: #707070. Windows color (decimal): -14832366 or 1223965. OLE color: 1223965.
HSL color Cylindrical-coordinate representation of color #1DAD12: hue angle of 115.74º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DAD12 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 18 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.32 |
| HSL | 115.74º | 0.81% | 0.37% | - |
| HSV(B) | 115.74º | 0.9% | 0.68% | - |
| XYZ | 15.56 | 30.19 | 5.58 | - |
| YUV | 112.27 | 74.79 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 18 | 0.83 | 0 | 0.90 | 0.32 | 115.74 | 0.81 | 0.37 |
| Hex | 1D | AD | 12 | 53 | 0 | 5A | 20 | 74 | 51 | 25 |
| Octal | 35 | 255 | 22 | 123 | 0 | 132 | 40 | 164 | 121 | 45 |
| Binary | 11101 | 10101101 | 10010 | 1010011 | 0 | 1011010 | 100000 | 1110100 | 1010001 | 100101 |
Color Harmonies of #1DAD12
Complementary color
Monochromatic Colors of #1DAD12
Black with #1DAD12
Text Example
Text Example
White with #1DAD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD12; }
p { color: rgb(29,173,18); }
H1.HeaderClassName
{
color: #1DAD12;
}
.AnyTagClassName
{
color: #1DAD12;
}
</style>
background-color css
<style>
a { background-color: #1DAD12; }
a { background-color: rgb(29,173,18); }
div.DivClassName
{
background-color: #1DAD12;
}
.BgClassName
{
background-color: #1DAD12;
}
</style>
border-color css
<style>
span { border-color: #1DAD12; }
span { border-color: rgb(29,173,18); }
td.TdClassName
{
border-color: #1DAD12;
}
.TagClassName
{
border-color: #1DAD12;
}
</style>