Shades of Forest Green #1D8326
Tints of Forest Green #1D8326
RGB
CMYK
RGB Variations
Color information
#1D8326 (or 0x1D8326) is known color: Forest Green. HEX triplet: 1D, 83 and 26. RGB value is (29,131,38). Sum of RGB (Red+Green+Blue) = 29+131+38=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 131 (51.56% from 255 or 66.16% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 131 - color contains mainly: green. Hex color #1D8326 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8326 is #E27CD9. Grayscale: #5A5A5A. Windows color (decimal): -14843098 or 2523933. OLE color: 2523933.
HSL color Cylindrical-coordinate representation of color #1D8326: hue angle of 125.29º 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 #1D8326 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 131 | 38 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.49 |
| HSL | 125.29º | 0.64% | 0.31% | - |
| HSV(B) | 125.29º | 0.78% | 0.51% | - |
| XYZ | 8.97 | 16.63 | 4.57 | - |
| YUV | 89.9 | 98.71 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 131 | 38 | 0.78 | 0 | 0.71 | 0.49 | 125.29 | 0.64 | 0.31 |
| Hex | 1D | 83 | 26 | 4E | 0 | 47 | 31 | 7D | 40 | 1F |
| Octal | 35 | 203 | 46 | 116 | 0 | 107 | 61 | 175 | 100 | 37 |
| Binary | 11101 | 10000011 | 100110 | 1001110 | 0 | 1000111 | 110001 | 1111101 | 1000000 | 11111 |
Color Harmonies of #1D8326
Complementary color
Monochromatic Colors of #1D8326
Black with #1D8326
Text Example
Text Example
White with #1D8326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8326; }
p { color: rgb(29,131,38); }
H1.HeaderClassName
{
color: #1D8326;
}
.AnyTagClassName
{
color: #1D8326;
}
</style>
background-color css
<style>
a { background-color: #1D8326; }
a { background-color: rgb(29,131,38); }
div.DivClassName
{
background-color: #1D8326;
}
.BgClassName
{
background-color: #1D8326;
}
</style>
border-color css
<style>
span { border-color: #1D8326; }
span { border-color: rgb(29,131,38); }
td.TdClassName
{
border-color: #1D8326;
}
.TagClassName
{
border-color: #1D8326;
}
</style>