Shades of Forest Green #1D8A34
Tints of Forest Green #1D8A34
RGB
CMYK
RGB Variations
Color information
#1D8A34 (or 0x1D8A34) is known color: Forest Green. HEX triplet: 1D, 8A and 34. RGB value is (29,138,52). Sum of RGB (Red+Green+Blue) = 29+138+52=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 138 (54.30% from 255 or 63.01% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8A34 is #E275CB. Grayscale: #5F5F5F. Windows color (decimal): -14841292 or 3443229. OLE color: 3443229.
HSL color Cylindrical-coordinate representation of color #1D8A34: hue angle of 132.66º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8A34 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 138 | 52 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.46 |
| HSL | 132.66º | 0.65% | 0.33% | - |
| HSV(B) | 132.66º | 0.79% | 0.54% | - |
| XYZ | 10.22 | 18.69 | 6.32 | - |
| YUV | 95.61 | 103.39 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 138 | 52 | 0.79 | 0 | 0.62 | 0.46 | 132.66 | 0.65 | 0.33 |
| Hex | 1D | 8A | 34 | 4F | 0 | 3E | 2E | 85 | 41 | 21 |
| Octal | 35 | 212 | 64 | 117 | 0 | 76 | 56 | 205 | 101 | 41 |
| Binary | 11101 | 10001010 | 110100 | 1001111 | 0 | 111110 | 101110 | 10000101 | 1000001 | 100001 |
Color Harmonies of #1D8A34
Complementary color
Monochromatic Colors of #1D8A34
Black with #1D8A34
Text Example
Text Example
White with #1D8A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8A34; }
p { color: rgb(29,138,52); }
H1.HeaderClassName
{
color: #1D8A34;
}
.AnyTagClassName
{
color: #1D8A34;
}
</style>
background-color css
<style>
a { background-color: #1D8A34; }
a { background-color: rgb(29,138,52); }
div.DivClassName
{
background-color: #1D8A34;
}
.BgClassName
{
background-color: #1D8A34;
}
</style>
border-color css
<style>
span { border-color: #1D8A34; }
span { border-color: rgb(29,138,52); }
td.TdClassName
{
border-color: #1D8A34;
}
.TagClassName
{
border-color: #1D8A34;
}
</style>