Shades of Forest Green #1D912D
Tints of Forest Green #1D912D
RGB
CMYK
RGB Variations
Color information
#1D912D (or 0x1D912D) is known color: Forest Green. HEX triplet: 1D, 91 and 2D. RGB value is (29,145,45). Sum of RGB (Red+Green+Blue) = 29+145+45=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 145 (57.03% from 255 or 66.21% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 145 - color contains mainly: green. Hex color #1D912D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D912D is #E26ED2. Grayscale: #636363. Windows color (decimal): -14839507 or 2986269. OLE color: 2986269.
HSL color Cylindrical-coordinate representation of color #1D912D: hue angle of 128.28º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D912D is Cyan = 0.8, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 145 | 45 | - |
| CMYK | 0.8 | 0 | 0.69 | 0.43 |
| HSL | 128.28º | 0.67% | 0.34% | - |
| HSV(B) | 128.28º | 0.8% | 0.57% | - |
| XYZ | 11.11 | 20.7 | 5.89 | - |
| YUV | 98.92 | 97.57 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 145 | 45 | 0.8 | 0 | 0.69 | 0.43 | 128.28 | 0.67 | 0.34 |
| Hex | 1D | 91 | 2D | 50 | 0 | 45 | 2B | 80 | 43 | 22 |
| Octal | 35 | 221 | 55 | 120 | 0 | 105 | 53 | 200 | 103 | 42 |
| Binary | 11101 | 10010001 | 101101 | 1010000 | 0 | 1000101 | 101011 | 10000000 | 1000011 | 100010 |
Color Harmonies of #1D912D
Complementary color
Monochromatic Colors of #1D912D
Black with #1D912D
Text Example
Text Example
White with #1D912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D912D; }
p { color: rgb(29,145,45); }
H1.HeaderClassName
{
color: #1D912D;
}
.AnyTagClassName
{
color: #1D912D;
}
</style>
background-color css
<style>
a { background-color: #1D912D; }
a { background-color: rgb(29,145,45); }
div.DivClassName
{
background-color: #1D912D;
}
.BgClassName
{
background-color: #1D912D;
}
</style>
border-color css
<style>
span { border-color: #1D912D; }
span { border-color: rgb(29,145,45); }
td.TdClassName
{
border-color: #1D912D;
}
.TagClassName
{
border-color: #1D912D;
}
</style>