Shades of Forest Green #1D9F16
Tints of Forest Green #1D9F16
RGB
CMYK
RGB Variations
Color information
#1D9F16 (or 0x1D9F16) is known color: Forest Green. HEX triplet: 1D, 9F and 16. RGB value is (29,159,22). Sum of RGB (Red+Green+Blue) = 29+159+22=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 159 (62.5% from 255 or 75.71% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 159 - color contains mainly: green. Hex color #1D9F16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9F16 is #E260E9. Grayscale: #686868. Windows color (decimal): -14835946 or 1482525. OLE color: 1482525.
HSL color Cylindrical-coordinate representation of color #1D9F16: hue angle of 116.93º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D9F16 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 159 | 22 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.38 |
| HSL | 116.93º | 0.76% | 0.35% | - |
| HSV(B) | 116.93º | 0.86% | 0.62% | - |
| XYZ | 13.05 | 25.12 | 4.92 | - |
| YUV | 104.51 | 81.43 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 159 | 22 | 0.82 | 0 | 0.86 | 0.38 | 116.93 | 0.76 | 0.35 |
| Hex | 1D | 9F | 16 | 52 | 0 | 56 | 26 | 75 | 4C | 23 |
| Octal | 35 | 237 | 26 | 122 | 0 | 126 | 46 | 165 | 114 | 43 |
| Binary | 11101 | 10011111 | 10110 | 1010010 | 0 | 1010110 | 100110 | 1110101 | 1001100 | 100011 |
Color Harmonies of #1D9F16
Complementary color
Monochromatic Colors of #1D9F16
Black with #1D9F16
Text Example
Text Example
White with #1D9F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9F16; }
p { color: rgb(29,159,22); }
H1.HeaderClassName
{
color: #1D9F16;
}
.AnyTagClassName
{
color: #1D9F16;
}
</style>
background-color css
<style>
a { background-color: #1D9F16; }
a { background-color: rgb(29,159,22); }
div.DivClassName
{
background-color: #1D9F16;
}
.BgClassName
{
background-color: #1D9F16;
}
</style>
border-color css
<style>
span { border-color: #1D9F16; }
span { border-color: rgb(29,159,22); }
td.TdClassName
{
border-color: #1D9F16;
}
.TagClassName
{
border-color: #1D9F16;
}
</style>