Shades of Forest Green #1D9A3A
Tints of Forest Green #1D9A3A
RGB
CMYK
RGB Variations
Color information
#1D9A3A (or 0x1D9A3A) is known color: Forest Green. HEX triplet: 1D, 9A and 3A. RGB value is (29,154,58). Sum of RGB (Red+Green+Blue) = 29+154+58=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 154 (60.55% from 255 or 63.90% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 154 - color contains mainly: green. Hex color #1D9A3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9A3A is #E265C5. Grayscale: #696969. Windows color (decimal): -14837190 or 3840541. OLE color: 3840541.
HSL color Cylindrical-coordinate representation of color #1D9A3A: hue angle of 133.92º 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 #1D9A3A is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 154 | 58 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.40 |
| HSL | 133.92º | 0.68% | 0.36% | - |
| HSV(B) | 133.92º | 0.81% | 0.6% | - |
| XYZ | 12.83 | 23.68 | 7.9 | - |
| YUV | 105.68 | 101.09 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 58 | 0.81 | 0 | 0.62 | 0.40 | 133.92 | 0.68 | 0.36 |
| Hex | 1D | 9A | 3A | 51 | 0 | 3E | 28 | 86 | 44 | 24 |
| Octal | 35 | 232 | 72 | 121 | 0 | 76 | 50 | 206 | 104 | 44 |
| Binary | 11101 | 10011010 | 111010 | 1010001 | 0 | 111110 | 101000 | 10000110 | 1000100 | 100100 |
Color Harmonies of #1D9A3A
Complementary color
Monochromatic Colors of #1D9A3A
Black with #1D9A3A
Text Example
Text Example
White with #1D9A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9A3A; }
p { color: rgb(29,154,58); }
H1.HeaderClassName
{
color: #1D9A3A;
}
.AnyTagClassName
{
color: #1D9A3A;
}
</style>
background-color css
<style>
a { background-color: #1D9A3A; }
a { background-color: rgb(29,154,58); }
div.DivClassName
{
background-color: #1D9A3A;
}
.BgClassName
{
background-color: #1D9A3A;
}
</style>
border-color css
<style>
span { border-color: #1D9A3A; }
span { border-color: rgb(29,154,58); }
td.TdClassName
{
border-color: #1D9A3A;
}
.TagClassName
{
border-color: #1D9A3A;
}
</style>