Shades of Forest Green #1D741E
Tints of Forest Green #1D741E
RGB
CMYK
RGB Variations
Color information
#1D741E (or 0x1D741E) is known color: Forest Green. HEX triplet: 1D, 74 and 1E. RGB value is (29,116,30). Sum of RGB (Red+Green+Blue) = 29+116+30=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #1D741E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D741E is #E28BE1. Grayscale: #505050. Windows color (decimal): -14846946 or 1995805. OLE color: 1995805.
HSL color Cylindrical-coordinate representation of color #1D741E: hue angle of 120.69º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D741E is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 116 | 30 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.55 |
| HSL | 120.69º | 0.6% | 0.28% | - |
| HSV(B) | 120.69º | 0.75% | 0.45% | - |
| XYZ | 6.99 | 12.85 | 3.34 | - |
| YUV | 80.18 | 99.68 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 30 | 0.75 | 0 | 0.74 | 0.55 | 120.69 | 0.6 | 0.28 |
| Hex | 1D | 74 | 1E | 4B | 0 | 4A | 37 | 79 | 3C | 1C |
| Octal | 35 | 164 | 36 | 113 | 0 | 112 | 67 | 171 | 74 | 34 |
| Binary | 11101 | 1110100 | 11110 | 1001011 | 0 | 1001010 | 110111 | 1111001 | 111100 | 11100 |
Color Harmonies of #1D741E
Complementary color
Monochromatic Colors of #1D741E
Black with #1D741E
Text Example
Text Example
White with #1D741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D741E; }
p { color: rgb(29,116,30); }
H1.HeaderClassName
{
color: #1D741E;
}
.AnyTagClassName
{
color: #1D741E;
}
</style>
background-color css
<style>
a { background-color: #1D741E; }
a { background-color: rgb(29,116,30); }
div.DivClassName
{
background-color: #1D741E;
}
.BgClassName
{
background-color: #1D741E;
}
</style>
border-color css
<style>
span { border-color: #1D741E; }
span { border-color: rgb(29,116,30); }
td.TdClassName
{
border-color: #1D741E;
}
.TagClassName
{
border-color: #1D741E;
}
</style>