Shades of Forest Green #1D751F
Tints of Forest Green #1D751F
RGB
CMYK
RGB Variations
Color information
#1D751F (or 0x1D751F) is known color: Forest Green. HEX triplet: 1D, 75 and 1F. RGB value is (29,117,31). Sum of RGB (Red+Green+Blue) = 29+117+31=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 117 (46.09% from 255 or 66.10% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 117 - color contains mainly: green. Hex color #1D751F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D751F is #E28AE0. Grayscale: #515151. Windows color (decimal): -14846689 or 2061597. OLE color: 2061597.
HSL color Cylindrical-coordinate representation of color #1D751F: hue angle of 121.36º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D751F is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 117 | 31 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.54 |
| HSL | 121.36º | 0.6% | 0.29% | - |
| HSV(B) | 121.36º | 0.75% | 0.46% | - |
| XYZ | 7.12 | 13.08 | 3.45 | - |
| YUV | 80.88 | 99.85 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 117 | 31 | 0.75 | 0 | 0.74 | 0.54 | 121.36 | 0.6 | 0.29 |
| Hex | 1D | 75 | 1F | 4B | 0 | 4A | 36 | 79 | 3C | 1D |
| Octal | 35 | 165 | 37 | 113 | 0 | 112 | 66 | 171 | 74 | 35 |
| Binary | 11101 | 1110101 | 11111 | 1001011 | 0 | 1001010 | 110110 | 1111001 | 111100 | 11101 |
Color Harmonies of #1D751F
Complementary color
Monochromatic Colors of #1D751F
Black with #1D751F
Text Example
Text Example
White with #1D751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D751F; }
p { color: rgb(29,117,31); }
H1.HeaderClassName
{
color: #1D751F;
}
.AnyTagClassName
{
color: #1D751F;
}
</style>
background-color css
<style>
a { background-color: #1D751F; }
a { background-color: rgb(29,117,31); }
div.DivClassName
{
background-color: #1D751F;
}
.BgClassName
{
background-color: #1D751F;
}
</style>
border-color css
<style>
span { border-color: #1D751F; }
span { border-color: rgb(29,117,31); }
td.TdClassName
{
border-color: #1D751F;
}
.TagClassName
{
border-color: #1D751F;
}
</style>