Shades of Forest Green #1D851E
Tints of Forest Green #1D851E
RGB
CMYK
RGB Variations
Color information
#1D851E (or 0x1D851E) is known color: Forest Green. HEX triplet: 1D, 85 and 1E. RGB value is (29,133,30). Sum of RGB (Red+Green+Blue) = 29+133+30=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 133 (52.34% from 255 or 69.27% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 133 - color contains mainly: green. Hex color #1D851E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D851E is #E27AE1. Grayscale: #5A5A5A. Windows color (decimal): -14842594 or 2000157. OLE color: 2000157.
HSL color Cylindrical-coordinate representation of color #1D851E: hue angle of 120.58º 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 #1D851E is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 133 | 30 | - |
| CMYK | 0.78 | 0 | 0.77 | 0.48 |
| HSL | 120.58º | 0.64% | 0.32% | - |
| HSV(B) | 120.58º | 0.78% | 0.52% | - |
| XYZ | 9.13 | 17.13 | 4.05 | - |
| YUV | 90.16 | 94.04 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 133 | 30 | 0.78 | 0 | 0.77 | 0.48 | 120.58 | 0.64 | 0.32 |
| Hex | 1D | 85 | 1E | 4E | 0 | 4D | 30 | 79 | 40 | 20 |
| Octal | 35 | 205 | 36 | 116 | 0 | 115 | 60 | 171 | 100 | 40 |
| Binary | 11101 | 10000101 | 11110 | 1001110 | 0 | 1001101 | 110000 | 1111001 | 1000000 | 100000 |
Color Harmonies of #1D851E
Complementary color
Monochromatic Colors of #1D851E
Black with #1D851E
Text Example
Text Example
White with #1D851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D851E; }
p { color: rgb(29,133,30); }
H1.HeaderClassName
{
color: #1D851E;
}
.AnyTagClassName
{
color: #1D851E;
}
</style>
background-color css
<style>
a { background-color: #1D851E; }
a { background-color: rgb(29,133,30); }
div.DivClassName
{
background-color: #1D851E;
}
.BgClassName
{
background-color: #1D851E;
}
</style>
border-color css
<style>
span { border-color: #1D851E; }
span { border-color: rgb(29,133,30); }
td.TdClassName
{
border-color: #1D851E;
}
.TagClassName
{
border-color: #1D851E;
}
</style>