Shades of Forest Green #1D8306
Tints of Forest Green #1D8306
RGB
CMYK
RGB Variations
Color information
#1D8306 (or 0x1D8306) is known color: Forest Green. HEX triplet: 1D, 83 and 06. RGB value is (29,131,6). Sum of RGB (Red+Green+Blue) = 29+131+6=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 131 (51.56% from 255 or 78.92% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 131 - color contains mainly: green. Hex color #1D8306 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8306 is #E27CF9. Grayscale: #565656. Windows color (decimal): -14843130 or 426781. OLE color: 426781.
HSL color Cylindrical-coordinate representation of color #1D8306: hue angle of 108.96º degrees, saturation: 0.91, 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 #1D8306 is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 131 | 6 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.49 |
| HSL | 108.96º | 0.91% | 0.27% | - |
| HSV(B) | 108.96º | 0.95% | 0.51% | - |
| XYZ | 8.66 | 16.51 | 2.9 | - |
| YUV | 86.25 | 82.71 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 131 | 6 | 0.78 | 0 | 0.95 | 0.49 | 108.96 | 0.91 | 0.27 |
| Hex | 1D | 83 | 6 | 4E | 0 | 5F | 31 | 6D | 5B | 1B |
| Octal | 35 | 203 | 6 | 116 | 0 | 137 | 61 | 155 | 133 | 33 |
| Binary | 11101 | 10000011 | 110 | 1001110 | 0 | 1011111 | 110001 | 1101101 | 1011011 | 11011 |
Color Harmonies of #1D8306
Complementary color
Monochromatic Colors of #1D8306
Black with #1D8306
Text Example
Text Example
White with #1D8306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8306; }
p { color: rgb(29,131,6); }
H1.HeaderClassName
{
color: #1D8306;
}
.AnyTagClassName
{
color: #1D8306;
}
</style>
background-color css
<style>
a { background-color: #1D8306; }
a { background-color: rgb(29,131,6); }
div.DivClassName
{
background-color: #1D8306;
}
.BgClassName
{
background-color: #1D8306;
}
</style>
border-color css
<style>
span { border-color: #1D8306; }
span { border-color: rgb(29,131,6); }
td.TdClassName
{
border-color: #1D8306;
}
.TagClassName
{
border-color: #1D8306;
}
</style>