Shades of Forest Green #147F2C
Tints of Forest Green #147F2C
RGB
CMYK
RGB Variations
Color information
#147F2C (or 0x147F2C) is known color: Forest Green. HEX triplet: 14, 7F and 2C. RGB value is (20,127,44). Sum of RGB (Red+Green+Blue) = 20+127+44=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 127 (50% from 255 or 66.49% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 127 - color contains mainly: green. Hex color #147F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147F2C is #EB80D3. Grayscale: #555555. Windows color (decimal): -15433940 or 2916116. OLE color: 2916116.
HSL color Cylindrical-coordinate representation of color #147F2C: hue angle of 133.46º 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 #147F2C is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 127 | 44 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.50 |
| HSL | 133.46º | 0.73% | 0.29% | - |
| HSV(B) | 133.46º | 0.84% | 0.5% | - |
| XYZ | 8.33 | 15.51 | 4.94 | - |
| YUV | 85.55 | 104.55 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 44 | 0.84 | 0 | 0.65 | 0.50 | 133.46 | 0.73 | 0.29 |
| Hex | 14 | 7F | 2C | 54 | 0 | 41 | 32 | 85 | 49 | 1D |
| Octal | 24 | 177 | 54 | 124 | 0 | 101 | 62 | 205 | 111 | 35 |
| Binary | 10100 | 1111111 | 101100 | 1010100 | 0 | 1000001 | 110010 | 10000101 | 1001001 | 11101 |
Color Harmonies of #147F2C
Complementary color
Monochromatic Colors of #147F2C
Black with #147F2C
Text Example
Text Example
White with #147F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F2C; }
p { color: rgb(20,127,44); }
H1.HeaderClassName
{
color: #147F2C;
}
.AnyTagClassName
{
color: #147F2C;
}
</style>
background-color css
<style>
a { background-color: #147F2C; }
a { background-color: rgb(20,127,44); }
div.DivClassName
{
background-color: #147F2C;
}
.BgClassName
{
background-color: #147F2C;
}
</style>
border-color css
<style>
span { border-color: #147F2C; }
span { border-color: rgb(20,127,44); }
td.TdClassName
{
border-color: #147F2C;
}
.TagClassName
{
border-color: #147F2C;
}
</style>