Shades of Forest Green #1D8121
Tints of Forest Green #1D8121
RGB
CMYK
RGB Variations
Color information
#1D8121 (or 0x1D8121) is known color: Forest Green. HEX triplet: 1D, 81 and 21. RGB value is (29,129,33). Sum of RGB (Red+Green+Blue) = 29+129+33=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 129 (50.78% from 255 or 67.54% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 129 - color contains mainly: green. Hex color #1D8121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8121 is #E27EDE. Grayscale: #585858. Windows color (decimal): -14843615 or 2195741. OLE color: 2195741.
HSL color Cylindrical-coordinate representation of color #1D8121: hue angle of 122.4º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8121 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 129 | 33 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.49 |
| HSL | 122.4º | 0.63% | 0.31% | - |
| HSV(B) | 122.4º | 0.78% | 0.51% | - |
| XYZ | 8.63 | 16.07 | 4.09 | - |
| YUV | 88.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 129 | 33 | 0.78 | 0 | 0.74 | 0.49 | 122.4 | 0.63 | 0.31 |
| Hex | 1D | 81 | 21 | 4E | 0 | 4A | 31 | 7A | 3F | 1F |
| Octal | 35 | 201 | 41 | 116 | 0 | 112 | 61 | 172 | 77 | 37 |
| Binary | 11101 | 10000001 | 100001 | 1001110 | 0 | 1001010 | 110001 | 1111010 | 111111 | 11111 |
Color Harmonies of #1D8121
Complementary color
Monochromatic Colors of #1D8121
Black with #1D8121
Text Example
Text Example
White with #1D8121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8121; }
p { color: rgb(29,129,33); }
H1.HeaderClassName
{
color: #1D8121;
}
.AnyTagClassName
{
color: #1D8121;
}
</style>
background-color css
<style>
a { background-color: #1D8121; }
a { background-color: rgb(29,129,33); }
div.DivClassName
{
background-color: #1D8121;
}
.BgClassName
{
background-color: #1D8121;
}
</style>
border-color css
<style>
span { border-color: #1D8121; }
span { border-color: rgb(29,129,33); }
td.TdClassName
{
border-color: #1D8121;
}
.TagClassName
{
border-color: #1D8121;
}
</style>