Shades of Forest Green #1D822C
Tints of Forest Green #1D822C
RGB
CMYK
RGB Variations
Color information
#1D822C (or 0x1D822C) is known color: Forest Green. HEX triplet: 1D, 82 and 2C. RGB value is (29,130,44). Sum of RGB (Red+Green+Blue) = 29+130+44=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #1D822C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D822C is #E27DD3. Grayscale: #5A5A5A. Windows color (decimal): -14843348 or 2916893. OLE color: 2916893.
HSL color Cylindrical-coordinate representation of color #1D822C: hue angle of 128.91º 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 #1D822C is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 130 | 44 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.49 |
| HSL | 128.91º | 0.64% | 0.31% | - |
| HSV(B) | 128.91º | 0.78% | 0.51% | - |
| XYZ | 8.94 | 16.41 | 5.08 | - |
| YUV | 90 | 102.04 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 130 | 44 | 0.78 | 0 | 0.66 | 0.49 | 128.91 | 0.64 | 0.31 |
| Hex | 1D | 82 | 2C | 4E | 0 | 42 | 31 | 81 | 40 | 1F |
| Octal | 35 | 202 | 54 | 116 | 0 | 102 | 61 | 201 | 100 | 37 |
| Binary | 11101 | 10000010 | 101100 | 1001110 | 0 | 1000010 | 110001 | 10000001 | 1000000 | 11111 |
Color Harmonies of #1D822C
Complementary color
Monochromatic Colors of #1D822C
Black with #1D822C
Text Example
Text Example
White with #1D822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D822C; }
p { color: rgb(29,130,44); }
H1.HeaderClassName
{
color: #1D822C;
}
.AnyTagClassName
{
color: #1D822C;
}
</style>
background-color css
<style>
a { background-color: #1D822C; }
a { background-color: rgb(29,130,44); }
div.DivClassName
{
background-color: #1D822C;
}
.BgClassName
{
background-color: #1D822C;
}
</style>
border-color css
<style>
span { border-color: #1D822C; }
span { border-color: rgb(29,130,44); }
td.TdClassName
{
border-color: #1D822C;
}
.TagClassName
{
border-color: #1D822C;
}
</style>