Shades of Forest Green #1D822D
Tints of Forest Green #1D822D
RGB
CMYK
RGB Variations
Color information
#1D822D (or 0x1D822D) is known color: Forest Green. HEX triplet: 1D, 82 and 2D. RGB value is (29,130,45). Sum of RGB (Red+Green+Blue) = 29+130+45=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #1D822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D822D is #E27DD2. Grayscale: #5A5A5A. Windows color (decimal): -14843347 or 2982429. OLE color: 2982429.
HSL color Cylindrical-coordinate representation of color #1D822D: hue angle of 129.5º degrees, saturation: 0.64, 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 #1D822D is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 130 | 45 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.49 |
| HSL | 129.5º | 0.64% | 0.31% | - |
| HSV(B) | 129.5º | 0.78% | 0.51% | - |
| XYZ | 8.96 | 16.42 | 5.18 | - |
| YUV | 90.11 | 102.54 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 130 | 45 | 0.78 | 0 | 0.65 | 0.49 | 129.5 | 0.64 | 0.31 |
| Hex | 1D | 82 | 2D | 4E | 0 | 41 | 31 | 82 | 40 | 1F |
| Octal | 35 | 202 | 55 | 116 | 0 | 101 | 61 | 202 | 100 | 37 |
| Binary | 11101 | 10000010 | 101101 | 1001110 | 0 | 1000001 | 110001 | 10000010 | 1000000 | 11111 |
Color Harmonies of #1D822D
Complementary color
Monochromatic Colors of #1D822D
Black with #1D822D
Text Example
Text Example
White with #1D822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D822D; }
p { color: rgb(29,130,45); }
H1.HeaderClassName
{
color: #1D822D;
}
.AnyTagClassName
{
color: #1D822D;
}
</style>
background-color css
<style>
a { background-color: #1D822D; }
a { background-color: rgb(29,130,45); }
div.DivClassName
{
background-color: #1D822D;
}
.BgClassName
{
background-color: #1D822D;
}
</style>
border-color css
<style>
span { border-color: #1D822D; }
span { border-color: rgb(29,130,45); }
td.TdClassName
{
border-color: #1D822D;
}
.TagClassName
{
border-color: #1D822D;
}
</style>