Shades of Forest Green #1D8207
Tints of Forest Green #1D8207
RGB
CMYK
RGB Variations
Color information
#1D8207 (or 0x1D8207) is known color: Forest Green. HEX triplet: 1D, 82 and 07. RGB value is (29,130,7). Sum of RGB (Red+Green+Blue) = 29+130+7=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 130 (51.17% from 255 or 78.31% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 130 - color contains mainly: green. Hex color #1D8207 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8207 is #E27DF8. Grayscale: #565656. Windows color (decimal): -14843385 or 492061. OLE color: 492061.
HSL color Cylindrical-coordinate representation of color #1D8207: hue angle of 109.27º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D8207 is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 130 | 7 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.49 |
| HSL | 109.27º | 0.9% | 0.27% | - |
| HSV(B) | 109.27º | 0.95% | 0.51% | - |
| XYZ | 8.53 | 16.24 | 2.89 | - |
| YUV | 85.78 | 83.54 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 130 | 7 | 0.78 | 0 | 0.95 | 0.49 | 109.27 | 0.9 | 0.27 |
| Hex | 1D | 82 | 7 | 4E | 0 | 5F | 31 | 6D | 5A | 1B |
| Octal | 35 | 202 | 7 | 116 | 0 | 137 | 61 | 155 | 132 | 33 |
| Binary | 11101 | 10000010 | 111 | 1001110 | 0 | 1011111 | 110001 | 1101101 | 1011010 | 11011 |
Color Harmonies of #1D8207
Complementary color
Monochromatic Colors of #1D8207
Black with #1D8207
Text Example
Text Example
White with #1D8207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8207; }
p { color: rgb(29,130,7); }
H1.HeaderClassName
{
color: #1D8207;
}
.AnyTagClassName
{
color: #1D8207;
}
</style>
background-color css
<style>
a { background-color: #1D8207; }
a { background-color: rgb(29,130,7); }
div.DivClassName
{
background-color: #1D8207;
}
.BgClassName
{
background-color: #1D8207;
}
</style>
border-color css
<style>
span { border-color: #1D8207; }
span { border-color: rgb(29,130,7); }
td.TdClassName
{
border-color: #1D8207;
}
.TagClassName
{
border-color: #1D8207;
}
</style>