Shades of Forest Green #1D9016
Tints of Forest Green #1D9016
RGB
CMYK
RGB Variations
Color information
#1D9016 (or 0x1D9016) is known color: Forest Green. HEX triplet: 1D, 90 and 16. RGB value is (29,144,22). Sum of RGB (Red+Green+Blue) = 29+144+22=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 144 (56.64% from 255 or 73.85% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 144 - color contains mainly: green. Hex color #1D9016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9016 is #E26FE9. Grayscale: #606060. Windows color (decimal): -14839786 or 1478685. OLE color: 1478685.
HSL color Cylindrical-coordinate representation of color #1D9016: hue angle of 116.56º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D9016 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 144 | 22 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.44 |
| HSL | 116.56º | 0.73% | 0.33% | - |
| HSV(B) | 116.56º | 0.85% | 0.56% | - |
| XYZ | 10.62 | 20.27 | 4.11 | - |
| YUV | 95.71 | 86.4 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 22 | 0.80 | 0 | 0.85 | 0.44 | 116.56 | 0.73 | 0.33 |
| Hex | 1D | 90 | 16 | 50 | 0 | 55 | 2C | 75 | 49 | 21 |
| Octal | 35 | 220 | 26 | 120 | 0 | 125 | 54 | 165 | 111 | 41 |
| Binary | 11101 | 10010000 | 10110 | 1010000 | 0 | 1010101 | 101100 | 1110101 | 1001001 | 100001 |
Color Harmonies of #1D9016
Complementary color
Monochromatic Colors of #1D9016
Black with #1D9016
Text Example
Text Example
White with #1D9016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9016; }
p { color: rgb(29,144,22); }
H1.HeaderClassName
{
color: #1D9016;
}
.AnyTagClassName
{
color: #1D9016;
}
</style>
background-color css
<style>
a { background-color: #1D9016; }
a { background-color: rgb(29,144,22); }
div.DivClassName
{
background-color: #1D9016;
}
.BgClassName
{
background-color: #1D9016;
}
</style>
border-color css
<style>
span { border-color: #1D9016; }
span { border-color: rgb(29,144,22); }
td.TdClassName
{
border-color: #1D9016;
}
.TagClassName
{
border-color: #1D9016;
}
</style>