Shades of Forest Green #1D8A06
Tints of Forest Green #1D8A06
RGB
CMYK
RGB Variations
Color information
#1D8A06 (or 0x1D8A06) is known color: Forest Green. HEX triplet: 1D, 8A and 06. RGB value is (29,138,6). Sum of RGB (Red+Green+Blue) = 29+138+6=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 138 (54.30% from 255 or 79.77% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8A06 is #E275F9. Grayscale: #5A5A5A. Windows color (decimal): -14841338 or 428573. OLE color: 428573.
HSL color Cylindrical-coordinate representation of color #1D8A06: hue angle of 109.55º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D8A06 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 138 | 6 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.46 |
| HSL | 109.55º | 0.92% | 0.28% | - |
| HSV(B) | 109.55º | 0.96% | 0.54% | - |
| XYZ | 9.63 | 18.45 | 3.23 | - |
| YUV | 90.36 | 80.39 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 138 | 6 | 0.79 | 0 | 0.96 | 0.46 | 109.55 | 0.92 | 0.28 |
| Hex | 1D | 8A | 6 | 4F | 0 | 60 | 2E | 6E | 5C | 1C |
| Octal | 35 | 212 | 6 | 117 | 0 | 140 | 56 | 156 | 134 | 34 |
| Binary | 11101 | 10001010 | 110 | 1001111 | 0 | 1100000 | 101110 | 1101110 | 1011100 | 11100 |
Color Harmonies of #1D8A06
Complementary color
Monochromatic Colors of #1D8A06
Black with #1D8A06
Text Example
Text Example
White with #1D8A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8A06; }
p { color: rgb(29,138,6); }
H1.HeaderClassName
{
color: #1D8A06;
}
.AnyTagClassName
{
color: #1D8A06;
}
</style>
background-color css
<style>
a { background-color: #1D8A06; }
a { background-color: rgb(29,138,6); }
div.DivClassName
{
background-color: #1D8A06;
}
.BgClassName
{
background-color: #1D8A06;
}
</style>
border-color css
<style>
span { border-color: #1D8A06; }
span { border-color: rgb(29,138,6); }
td.TdClassName
{
border-color: #1D8A06;
}
.TagClassName
{
border-color: #1D8A06;
}
</style>