Shades of Forest Green #1DAF11
Tints of Forest Green #1DAF11
RGB
CMYK
RGB Variations
Color information
#1DAF11 (or 0x1DAF11) is known color: Forest Green. HEX triplet: 1D, AF and 11. RGB value is (29,175,17). Sum of RGB (Red+Green+Blue) = 29+175+17=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 175 (68.75% from 255 or 79.19% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAF11 is #E250EE. Grayscale: #717171. Windows color (decimal): -14831855 or 1158941. OLE color: 1158941.
HSL color Cylindrical-coordinate representation of color #1DAF11: hue angle of 115.44º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DAF11 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 17 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.31 |
| HSL | 115.44º | 0.82% | 0.38% | - |
| HSV(B) | 115.44º | 0.9% | 0.69% | - |
| XYZ | 15.94 | 30.96 | 5.67 | - |
| YUV | 113.33 | 73.63 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 17 | 0.83 | 0 | 0.90 | 0.31 | 115.44 | 0.82 | 0.38 |
| Hex | 1D | AF | 11 | 53 | 0 | 5A | 1F | 73 | 52 | 26 |
| Octal | 35 | 257 | 21 | 123 | 0 | 132 | 37 | 163 | 122 | 46 |
| Binary | 11101 | 10101111 | 10001 | 1010011 | 0 | 1011010 | 11111 | 1110011 | 1010010 | 100110 |
Color Harmonies of #1DAF11
Complementary color
Monochromatic Colors of #1DAF11
Black with #1DAF11
Text Example
Text Example
White with #1DAF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF11; }
p { color: rgb(29,175,17); }
H1.HeaderClassName
{
color: #1DAF11;
}
.AnyTagClassName
{
color: #1DAF11;
}
</style>
background-color css
<style>
a { background-color: #1DAF11; }
a { background-color: rgb(29,175,17); }
div.DivClassName
{
background-color: #1DAF11;
}
.BgClassName
{
background-color: #1DAF11;
}
</style>
border-color css
<style>
span { border-color: #1DAF11; }
span { border-color: rgb(29,175,17); }
td.TdClassName
{
border-color: #1DAF11;
}
.TagClassName
{
border-color: #1DAF11;
}
</style>