Shades of Forest Green #147A1E
Tints of Forest Green #147A1E
RGB
CMYK
RGB Variations
Color information
#147A1E (or 0x147A1E) is known color: Forest Green. HEX triplet: 14, 7A and 1E. RGB value is (20,122,30). Sum of RGB (Red+Green+Blue) = 20+122+30=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 122 (48.05% from 255 or 70.93% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 122 - color contains mainly: green. Hex color #147A1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147A1E is #EB85E1. Grayscale: #515151. Windows color (decimal): -15435234 or 1997332. OLE color: 1997332.
HSL color Cylindrical-coordinate representation of color #147A1E: hue angle of 125.88º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147A1E is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 122 | 30 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.52 |
| HSL | 125.88º | 0.72% | 0.28% | - |
| HSV(B) | 125.88º | 0.84% | 0.48% | - |
| XYZ | 7.48 | 14.16 | 3.57 | - |
| YUV | 81.01 | 99.21 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 30 | 0.84 | 0 | 0.75 | 0.52 | 125.88 | 0.72 | 0.28 |
| Hex | 14 | 7A | 1E | 54 | 0 | 4B | 34 | 7E | 48 | 1C |
| Octal | 24 | 172 | 36 | 124 | 0 | 113 | 64 | 176 | 110 | 34 |
| Binary | 10100 | 1111010 | 11110 | 1010100 | 0 | 1001011 | 110100 | 1111110 | 1001000 | 11100 |
Color Harmonies of #147A1E
Complementary color
Monochromatic Colors of #147A1E
Black with #147A1E
Text Example
Text Example
White with #147A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147A1E; }
p { color: rgb(20,122,30); }
H1.HeaderClassName
{
color: #147A1E;
}
.AnyTagClassName
{
color: #147A1E;
}
</style>
background-color css
<style>
a { background-color: #147A1E; }
a { background-color: rgb(20,122,30); }
div.DivClassName
{
background-color: #147A1E;
}
.BgClassName
{
background-color: #147A1E;
}
</style>
border-color css
<style>
span { border-color: #147A1E; }
span { border-color: rgb(20,122,30); }
td.TdClassName
{
border-color: #147A1E;
}
.TagClassName
{
border-color: #147A1E;
}
</style>