Shades of Forest Green #147F29
Tints of Forest Green #147F29
RGB
CMYK
RGB Variations
Color information
#147F29 (or 0x147F29) is known color: Forest Green. HEX triplet: 14, 7F and 29. RGB value is (20,127,41). Sum of RGB (Red+Green+Blue) = 20+127+41=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 127 (50% from 255 or 67.55% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 127 - color contains mainly: green. Hex color #147F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147F29 is #EB80D6. Grayscale: #555555. Windows color (decimal): -15433943 or 2719508. OLE color: 2719508.
HSL color Cylindrical-coordinate representation of color #147F29: hue angle of 131.78º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147F29 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 127 | 41 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.50 |
| HSL | 131.78º | 0.73% | 0.29% | - |
| HSV(B) | 131.78º | 0.84% | 0.5% | - |
| XYZ | 8.28 | 15.49 | 4.65 | - |
| YUV | 85.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 41 | 0.84 | 0 | 0.68 | 0.50 | 131.78 | 0.73 | 0.29 |
| Hex | 14 | 7F | 29 | 54 | 0 | 44 | 32 | 84 | 49 | 1D |
| Octal | 24 | 177 | 51 | 124 | 0 | 104 | 62 | 204 | 111 | 35 |
| Binary | 10100 | 1111111 | 101001 | 1010100 | 0 | 1000100 | 110010 | 10000100 | 1001001 | 11101 |
Color Harmonies of #147F29
Complementary color
Monochromatic Colors of #147F29
Black with #147F29
Text Example
Text Example
White with #147F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F29; }
p { color: rgb(20,127,41); }
H1.HeaderClassName
{
color: #147F29;
}
.AnyTagClassName
{
color: #147F29;
}
</style>
background-color css
<style>
a { background-color: #147F29; }
a { background-color: rgb(20,127,41); }
div.DivClassName
{
background-color: #147F29;
}
.BgClassName
{
background-color: #147F29;
}
</style>
border-color css
<style>
span { border-color: #147F29; }
span { border-color: rgb(20,127,41); }
td.TdClassName
{
border-color: #147F29;
}
.TagClassName
{
border-color: #147F29;
}
</style>