Shades of Forest Green #147F2B
Tints of Forest Green #147F2B
RGB
CMYK
RGB Variations
Color information
#147F2B (or 0x147F2B) is known color: Forest Green. HEX triplet: 14, 7F and 2B. RGB value is (20,127,43). Sum of RGB (Red+Green+Blue) = 20+127+43=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 127 (50% from 255 or 66.84% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 127 - color contains mainly: green. Hex color #147F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147F2B is #EB80D4. Grayscale: #555555. Windows color (decimal): -15433941 or 2850580. OLE color: 2850580.
HSL color Cylindrical-coordinate representation of color #147F2B: hue angle of 132.9º 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 #147F2B is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 127 | 43 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.50 |
| HSL | 132.9º | 0.73% | 0.29% | - |
| HSV(B) | 132.9º | 0.84% | 0.5% | - |
| XYZ | 8.31 | 15.5 | 4.84 | - |
| YUV | 85.43 | 104.05 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 43 | 0.84 | 0 | 0.66 | 0.50 | 132.9 | 0.73 | 0.29 |
| Hex | 14 | 7F | 2B | 54 | 0 | 42 | 32 | 85 | 49 | 1D |
| Octal | 24 | 177 | 53 | 124 | 0 | 102 | 62 | 205 | 111 | 35 |
| Binary | 10100 | 1111111 | 101011 | 1010100 | 0 | 1000010 | 110010 | 10000101 | 1001001 | 11101 |
Color Harmonies of #147F2B
Complementary color
Monochromatic Colors of #147F2B
Black with #147F2B
Text Example
Text Example
White with #147F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F2B; }
p { color: rgb(20,127,43); }
H1.HeaderClassName
{
color: #147F2B;
}
.AnyTagClassName
{
color: #147F2B;
}
</style>
background-color css
<style>
a { background-color: #147F2B; }
a { background-color: rgb(20,127,43); }
div.DivClassName
{
background-color: #147F2B;
}
.BgClassName
{
background-color: #147F2B;
}
</style>
border-color css
<style>
span { border-color: #147F2B; }
span { border-color: rgb(20,127,43); }
td.TdClassName
{
border-color: #147F2B;
}
.TagClassName
{
border-color: #147F2B;
}
</style>