Shades of Forest Green #1D842B
Tints of Forest Green #1D842B
RGB
CMYK
RGB Variations
Color information
#1D842B (or 0x1D842B) is known color: Forest Green. HEX triplet: 1D, 84 and 2B. RGB value is (29,132,43). Sum of RGB (Red+Green+Blue) = 29+132+43=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #1D842B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D842B is #E27BD4. Grayscale: #5B5B5B. Windows color (decimal): -14842837 or 2851869. OLE color: 2851869.
HSL color Cylindrical-coordinate representation of color #1D842B: hue angle of 128.16º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D842B is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 132 | 43 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.48 |
| HSL | 128.16º | 0.64% | 0.32% | - |
| HSV(B) | 128.16º | 0.78% | 0.52% | - |
| XYZ | 9.19 | 16.94 | 5.07 | - |
| YUV | 91.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 43 | 0.78 | 0 | 0.67 | 0.48 | 128.16 | 0.64 | 0.32 |
| Hex | 1D | 84 | 2B | 4E | 0 | 43 | 30 | 80 | 40 | 20 |
| Octal | 35 | 204 | 53 | 116 | 0 | 103 | 60 | 200 | 100 | 40 |
| Binary | 11101 | 10000100 | 101011 | 1001110 | 0 | 1000011 | 110000 | 10000000 | 1000000 | 100000 |
Color Harmonies of #1D842B
Complementary color
Monochromatic Colors of #1D842B
Black with #1D842B
Text Example
Text Example
White with #1D842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D842B; }
p { color: rgb(29,132,43); }
H1.HeaderClassName
{
color: #1D842B;
}
.AnyTagClassName
{
color: #1D842B;
}
</style>
background-color css
<style>
a { background-color: #1D842B; }
a { background-color: rgb(29,132,43); }
div.DivClassName
{
background-color: #1D842B;
}
.BgClassName
{
background-color: #1D842B;
}
</style>
border-color css
<style>
span { border-color: #1D842B; }
span { border-color: rgb(29,132,43); }
td.TdClassName
{
border-color: #1D842B;
}
.TagClassName
{
border-color: #1D842B;
}
</style>