Shades of Forest Green #1D9034
Tints of Forest Green #1D9034
RGB
CMYK
RGB Variations
Color information
#1D9034 (or 0x1D9034) is known color: Forest Green. HEX triplet: 1D, 90 and 34. RGB value is (29,144,52). Sum of RGB (Red+Green+Blue) = 29+144+52=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 144 (56.64% from 255 or 64% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 144 - color contains mainly: green. Hex color #1D9034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9034 is #E26FCB. Grayscale: #636363. Windows color (decimal): -14839756 or 3444765. OLE color: 3444765.
HSL color Cylindrical-coordinate representation of color #1D9034: hue angle of 132º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9034 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 144 | 52 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.44 |
| HSL | 132º | 0.66% | 0.34% | - |
| HSV(B) | 132º | 0.8% | 0.56% | - |
| XYZ | 11.1 | 20.46 | 6.61 | - |
| YUV | 99.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 52 | 0.80 | 0 | 0.64 | 0.44 | 132 | 0.66 | 0.34 |
| Hex | 1D | 90 | 34 | 50 | 0 | 40 | 2C | 84 | 42 | 22 |
| Octal | 35 | 220 | 64 | 120 | 0 | 100 | 54 | 204 | 102 | 42 |
| Binary | 11101 | 10010000 | 110100 | 1010000 | 0 | 1000000 | 101100 | 10000100 | 1000010 | 100010 |
Color Harmonies of #1D9034
Complementary color
Monochromatic Colors of #1D9034
Black with #1D9034
Text Example
Text Example
White with #1D9034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9034; }
p { color: rgb(29,144,52); }
H1.HeaderClassName
{
color: #1D9034;
}
.AnyTagClassName
{
color: #1D9034;
}
</style>
background-color css
<style>
a { background-color: #1D9034; }
a { background-color: rgb(29,144,52); }
div.DivClassName
{
background-color: #1D9034;
}
.BgClassName
{
background-color: #1D9034;
}
</style>
border-color css
<style>
span { border-color: #1D9034; }
span { border-color: rgb(29,144,52); }
td.TdClassName
{
border-color: #1D9034;
}
.TagClassName
{
border-color: #1D9034;
}
</style>