Shades of Forest Green #147F2A
Tints of Forest Green #147F2A
RGB
CMYK
RGB Variations
Color information
#147F2A (or 0x147F2A) is known color: Forest Green. HEX triplet: 14, 7F and 2A. RGB value is (20,127,42). Sum of RGB (Red+Green+Blue) = 20+127+42=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 127 (50% from 255 or 67.20% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 127 - color contains mainly: green. Hex color #147F2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147F2A is #EB80D5. Grayscale: #555555. Windows color (decimal): -15433942 or 2785044. OLE color: 2785044.
HSL color Cylindrical-coordinate representation of color #147F2A: hue angle of 132.34º 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 #147F2A is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 127 | 42 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.50 |
| HSL | 132.34º | 0.73% | 0.29% | - |
| HSV(B) | 132.34º | 0.84% | 0.5% | - |
| XYZ | 8.3 | 15.49 | 4.74 | - |
| YUV | 85.32 | 103.55 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 42 | 0.84 | 0 | 0.67 | 0.50 | 132.34 | 0.73 | 0.29 |
| Hex | 14 | 7F | 2A | 54 | 0 | 43 | 32 | 84 | 49 | 1D |
| Octal | 24 | 177 | 52 | 124 | 0 | 103 | 62 | 204 | 111 | 35 |
| Binary | 10100 | 1111111 | 101010 | 1010100 | 0 | 1000011 | 110010 | 10000100 | 1001001 | 11101 |
Color Harmonies of #147F2A
Complementary color
Monochromatic Colors of #147F2A
Black with #147F2A
Text Example
Text Example
White with #147F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F2A; }
p { color: rgb(20,127,42); }
H1.HeaderClassName
{
color: #147F2A;
}
.AnyTagClassName
{
color: #147F2A;
}
</style>
background-color css
<style>
a { background-color: #147F2A; }
a { background-color: rgb(20,127,42); }
div.DivClassName
{
background-color: #147F2A;
}
.BgClassName
{
background-color: #147F2A;
}
</style>
border-color css
<style>
span { border-color: #147F2A; }
span { border-color: rgb(20,127,42); }
td.TdClassName
{
border-color: #147F2A;
}
.TagClassName
{
border-color: #147F2A;
}
</style>