Shades of Forest Green #1D812D
Tints of Forest Green #1D812D
RGB
CMYK
RGB Variations
Color information
#1D812D (or 0x1D812D) is known color: Forest Green. HEX triplet: 1D, 81 and 2D. RGB value is (29,129,45). Sum of RGB (Red+Green+Blue) = 29+129+45=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #1D812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D812D is #E27ED2. Grayscale: #595959. Windows color (decimal): -14843603 or 2982173. OLE color: 2982173.
HSL color Cylindrical-coordinate representation of color #1D812D: hue angle of 129.6º 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 #1D812D is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 129 | 45 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.49 |
| HSL | 129.6º | 0.63% | 0.31% | - |
| HSV(B) | 129.6º | 0.78% | 0.51% | - |
| XYZ | 8.83 | 16.15 | 5.13 | - |
| YUV | 89.52 | 102.87 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 129 | 45 | 0.78 | 0 | 0.65 | 0.49 | 129.6 | 0.63 | 0.31 |
| Hex | 1D | 81 | 2D | 4E | 0 | 41 | 31 | 82 | 3F | 1F |
| Octal | 35 | 201 | 55 | 116 | 0 | 101 | 61 | 202 | 77 | 37 |
| Binary | 11101 | 10000001 | 101101 | 1001110 | 0 | 1000001 | 110001 | 10000010 | 111111 | 11111 |
Color Harmonies of #1D812D
Complementary color
Monochromatic Colors of #1D812D
Black with #1D812D
Text Example
Text Example
White with #1D812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D812D; }
p { color: rgb(29,129,45); }
H1.HeaderClassName
{
color: #1D812D;
}
.AnyTagClassName
{
color: #1D812D;
}
</style>
background-color css
<style>
a { background-color: #1D812D; }
a { background-color: rgb(29,129,45); }
div.DivClassName
{
background-color: #1D812D;
}
.BgClassName
{
background-color: #1D812D;
}
</style>
border-color css
<style>
span { border-color: #1D812D; }
span { border-color: rgb(29,129,45); }
td.TdClassName
{
border-color: #1D812D;
}
.TagClassName
{
border-color: #1D812D;
}
</style>