Shades of Forest Green #1D9934
Tints of Forest Green #1D9934
RGB
CMYK
RGB Variations
Color information
#1D9934 (or 0x1D9934) is known color: Forest Green. HEX triplet: 1D, 99 and 34. RGB value is (29,153,52). Sum of RGB (Red+Green+Blue) = 29+153+52=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 153 (60.16% from 255 or 65.38% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 153 - color contains mainly: green. Hex color #1D9934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9934 is #E266CB. Grayscale: #686868. Windows color (decimal): -14837452 or 3447069. OLE color: 3447069.
HSL color Cylindrical-coordinate representation of color #1D9934: hue angle of 131.13º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9934 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 153 | 52 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.4 |
| HSL | 131.13º | 0.68% | 0.36% | - |
| HSV(B) | 131.13º | 0.81% | 0.6% | - |
| XYZ | 12.52 | 23.29 | 7.08 | - |
| YUV | 104.41 | 98.42 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 52 | 0.81 | 0 | 0.66 | 0.4 | 131.13 | 0.68 | 0.36 |
| Hex | 1D | 99 | 34 | 51 | 0 | 42 | 28 | 83 | 44 | 24 |
| Octal | 35 | 231 | 64 | 121 | 0 | 102 | 50 | 203 | 104 | 44 |
| Binary | 11101 | 10011001 | 110100 | 1010001 | 0 | 1000010 | 101000 | 10000011 | 1000100 | 100100 |
Color Harmonies of #1D9934
Complementary color
Monochromatic Colors of #1D9934
Black with #1D9934
Text Example
Text Example
White with #1D9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9934; }
p { color: rgb(29,153,52); }
H1.HeaderClassName
{
color: #1D9934;
}
.AnyTagClassName
{
color: #1D9934;
}
</style>
background-color css
<style>
a { background-color: #1D9934; }
a { background-color: rgb(29,153,52); }
div.DivClassName
{
background-color: #1D9934;
}
.BgClassName
{
background-color: #1D9934;
}
</style>
border-color css
<style>
span { border-color: #1D9934; }
span { border-color: rgb(29,153,52); }
td.TdClassName
{
border-color: #1D9934;
}
.TagClassName
{
border-color: #1D9934;
}
</style>