Shades of Forest Green #1D9019
Tints of Forest Green #1D9019
RGB
CMYK
RGB Variations
Color information
#1D9019 (or 0x1D9019) is known color: Forest Green. HEX triplet: 1D, 90 and 19. RGB value is (29,144,25). Sum of RGB (Red+Green+Blue) = 29+144+25=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 144 (56.64% from 255 or 72.73% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 144 - color contains mainly: green. Hex color #1D9019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9019 is #E26FE6. Grayscale: #606060. Windows color (decimal): -14839783 or 1675293. OLE color: 1675293.
HSL color Cylindrical-coordinate representation of color #1D9019: hue angle of 117.98º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D9019 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 144 | 25 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.44 |
| HSL | 117.98º | 0.7% | 0.33% | - |
| HSV(B) | 117.98º | 0.83% | 0.56% | - |
| XYZ | 10.66 | 20.28 | 4.27 | - |
| YUV | 96.05 | 87.9 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 25 | 0.80 | 0 | 0.83 | 0.44 | 117.98 | 0.7 | 0.33 |
| Hex | 1D | 90 | 19 | 50 | 0 | 53 | 2C | 76 | 46 | 21 |
| Octal | 35 | 220 | 31 | 120 | 0 | 123 | 54 | 166 | 106 | 41 |
| Binary | 11101 | 10010000 | 11001 | 1010000 | 0 | 1010011 | 101100 | 1110110 | 1000110 | 100001 |
Color Harmonies of #1D9019
Complementary color
Monochromatic Colors of #1D9019
Black with #1D9019
Text Example
Text Example
White with #1D9019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9019; }
p { color: rgb(29,144,25); }
H1.HeaderClassName
{
color: #1D9019;
}
.AnyTagClassName
{
color: #1D9019;
}
</style>
background-color css
<style>
a { background-color: #1D9019; }
a { background-color: rgb(29,144,25); }
div.DivClassName
{
background-color: #1D9019;
}
.BgClassName
{
background-color: #1D9019;
}
</style>
border-color css
<style>
span { border-color: #1D9019; }
span { border-color: rgb(29,144,25); }
td.TdClassName
{
border-color: #1D9019;
}
.TagClassName
{
border-color: #1D9019;
}
</style>