Shades of Forest Green #1D8122
Tints of Forest Green #1D8122
RGB
CMYK
RGB Variations
Color information
#1D8122 (or 0x1D8122) is known color: Forest Green. HEX triplet: 1D, 81 and 22. RGB value is (29,129,34). Sum of RGB (Red+Green+Blue) = 29+129+34=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 129 (50.78% from 255 or 67.19% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 129 - color contains mainly: green. Hex color #1D8122 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8122 is #E27EDD. Grayscale: #585858. Windows color (decimal): -14843614 or 2261277. OLE color: 2261277.
HSL color Cylindrical-coordinate representation of color #1D8122: hue angle of 123º 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 #1D8122 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 129 | 34 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.49 |
| HSL | 123º | 0.63% | 0.31% | - |
| HSV(B) | 123º | 0.78% | 0.51% | - |
| XYZ | 8.65 | 16.08 | 4.16 | - |
| YUV | 88.27 | 97.37 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 129 | 34 | 0.78 | 0 | 0.74 | 0.49 | 123 | 0.63 | 0.31 |
| Hex | 1D | 81 | 22 | 4E | 0 | 4A | 31 | 7B | 3F | 1F |
| Octal | 35 | 201 | 42 | 116 | 0 | 112 | 61 | 173 | 77 | 37 |
| Binary | 11101 | 10000001 | 100010 | 1001110 | 0 | 1001010 | 110001 | 1111011 | 111111 | 11111 |
Color Harmonies of #1D8122
Complementary color
Monochromatic Colors of #1D8122
Black with #1D8122
Text Example
Text Example
White with #1D8122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8122; }
p { color: rgb(29,129,34); }
H1.HeaderClassName
{
color: #1D8122;
}
.AnyTagClassName
{
color: #1D8122;
}
</style>
background-color css
<style>
a { background-color: #1D8122; }
a { background-color: rgb(29,129,34); }
div.DivClassName
{
background-color: #1D8122;
}
.BgClassName
{
background-color: #1D8122;
}
</style>
border-color css
<style>
span { border-color: #1D8122; }
span { border-color: rgb(29,129,34); }
td.TdClassName
{
border-color: #1D8122;
}
.TagClassName
{
border-color: #1D8122;
}
</style>