Shades of Forest Green #29821D
Tints of Forest Green #29821D
RGB
CMYK
RGB Variations
Color information
#29821D (or 0x29821D) is known color: Forest Green. HEX triplet: 29, 82 and 1D. RGB value is (41,130,29). Sum of RGB (Red+Green+Blue) = 41+130+29=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #29821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29821D is #D67DE2. Grayscale: #5C5C5C. Windows color (decimal): -14056931 or 1933865. OLE color: 1933865.
HSL color Cylindrical-coordinate representation of color #29821D: hue angle of 112.87º 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 #29821D is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 130 | 29 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.49 |
| HSL | 112.87º | 0.64% | 0.31% | - |
| HSV(B) | 112.87º | 0.78% | 0.51% | - |
| XYZ | 9.12 | 16.53 | 3.87 | - |
| YUV | 91.88 | 92.51 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 130 | 29 | 0.68 | 0 | 0.78 | 0.49 | 112.87 | 0.64 | 0.31 |
| Hex | 29 | 82 | 1D | 44 | 0 | 4E | 31 | 71 | 40 | 1F |
| Octal | 51 | 202 | 35 | 104 | 0 | 116 | 61 | 161 | 100 | 37 |
| Binary | 101001 | 10000010 | 11101 | 1000100 | 0 | 1001110 | 110001 | 1110001 | 1000000 | 11111 |
Color Harmonies of #29821D
Complementary color
Monochromatic Colors of #29821D
Black with #29821D
Text Example
Text Example
White with #29821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29821D; }
p { color: rgb(41,130,29); }
H1.HeaderClassName
{
color: #29821D;
}
.AnyTagClassName
{
color: #29821D;
}
</style>
background-color css
<style>
a { background-color: #29821D; }
a { background-color: rgb(41,130,29); }
div.DivClassName
{
background-color: #29821D;
}
.BgClassName
{
background-color: #29821D;
}
</style>
border-color css
<style>
span { border-color: #29821D; }
span { border-color: rgb(41,130,29); }
td.TdClassName
{
border-color: #29821D;
}
.TagClassName
{
border-color: #29821D;
}
</style>