Shades of Forest Green #1D7F27
Tints of Forest Green #1D7F27
RGB
CMYK
RGB Variations
Color information
#1D7F27 (or 0x1D7F27) is known color: Forest Green. HEX triplet: 1D, 7F and 27. RGB value is (29,127,39). Sum of RGB (Red+Green+Blue) = 29+127+39=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 127 (50% from 255 or 65.13% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7F27 is #E280D8. Grayscale: #575757. Windows color (decimal): -14844121 or 2588445. OLE color: 2588445.
HSL color Cylindrical-coordinate representation of color #1D7F27: hue angle of 126.12º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7F27 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 127 | 39 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.50 |
| HSL | 126.12º | 0.63% | 0.31% | - |
| HSV(B) | 126.12º | 0.77% | 0.5% | - |
| XYZ | 8.46 | 15.59 | 4.48 | - |
| YUV | 87.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 127 | 39 | 0.77 | 0 | 0.69 | 0.50 | 126.12 | 0.63 | 0.31 |
| Hex | 1D | 7F | 27 | 4D | 0 | 45 | 32 | 7E | 3F | 1F |
| Octal | 35 | 177 | 47 | 115 | 0 | 105 | 62 | 176 | 77 | 37 |
| Binary | 11101 | 1111111 | 100111 | 1001101 | 0 | 1000101 | 110010 | 1111110 | 111111 | 11111 |
Color Harmonies of #1D7F27
Complementary color
Monochromatic Colors of #1D7F27
Black with #1D7F27
Text Example
Text Example
White with #1D7F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7F27; }
p { color: rgb(29,127,39); }
H1.HeaderClassName
{
color: #1D7F27;
}
.AnyTagClassName
{
color: #1D7F27;
}
</style>
background-color css
<style>
a { background-color: #1D7F27; }
a { background-color: rgb(29,127,39); }
div.DivClassName
{
background-color: #1D7F27;
}
.BgClassName
{
background-color: #1D7F27;
}
</style>
border-color css
<style>
span { border-color: #1D7F27; }
span { border-color: rgb(29,127,39); }
td.TdClassName
{
border-color: #1D7F27;
}
.TagClassName
{
border-color: #1D7F27;
}
</style>