Shades of Forest Green #1D8231
Tints of Forest Green #1D8231
RGB
CMYK
RGB Variations
Color information
#1D8231 (or 0x1D8231) is known color: Forest Green. HEX triplet: 1D, 82 and 31. RGB value is (29,130,49). Sum of RGB (Red+Green+Blue) = 29+130+49=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #1D8231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8231 is #E27DCE. Grayscale: #5A5A5A. Windows color (decimal): -14843343 or 3244573. OLE color: 3244573.
HSL color Cylindrical-coordinate representation of color #1D8231: hue angle of 131.88º 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 #1D8231 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 130 | 49 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.49 |
| HSL | 131.88º | 0.64% | 0.31% | - |
| HSV(B) | 131.88º | 0.78% | 0.51% | - |
| XYZ | 9.04 | 16.45 | 5.6 | - |
| YUV | 90.57 | 104.54 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 130 | 49 | 0.78 | 0 | 0.62 | 0.49 | 131.88 | 0.64 | 0.31 |
| Hex | 1D | 82 | 31 | 4E | 0 | 3E | 31 | 84 | 40 | 1F |
| Octal | 35 | 202 | 61 | 116 | 0 | 76 | 61 | 204 | 100 | 37 |
| Binary | 11101 | 10000010 | 110001 | 1001110 | 0 | 111110 | 110001 | 10000100 | 1000000 | 11111 |
Color Harmonies of #1D8231
Complementary color
Monochromatic Colors of #1D8231
Black with #1D8231
Text Example
Text Example
White with #1D8231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8231; }
p { color: rgb(29,130,49); }
H1.HeaderClassName
{
color: #1D8231;
}
.AnyTagClassName
{
color: #1D8231;
}
</style>
background-color css
<style>
a { background-color: #1D8231; }
a { background-color: rgb(29,130,49); }
div.DivClassName
{
background-color: #1D8231;
}
.BgClassName
{
background-color: #1D8231;
}
</style>
border-color css
<style>
span { border-color: #1D8231; }
span { border-color: rgb(29,130,49); }
td.TdClassName
{
border-color: #1D8231;
}
.TagClassName
{
border-color: #1D8231;
}
</style>