Shades of Forest Green #147519
Tints of Forest Green #147519
RGB
CMYK
RGB Variations
Color information
#147519 (or 0x147519) is known color: Forest Green. HEX triplet: 14, 75 and 19. RGB value is (20,117,25). Sum of RGB (Red+Green+Blue) = 20+117+25=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 117 (46.09% from 255 or 72.22% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 117 - color contains mainly: green. Hex color #147519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147519 is #EB8AE6. Grayscale: #4D4D4D. Windows color (decimal): -15436519 or 1668372. OLE color: 1668372.
HSL color Cylindrical-coordinate representation of color #147519: hue angle of 123.09º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147519 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 117 | 25 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.54 |
| HSL | 123.09º | 0.71% | 0.27% | - |
| HSV(B) | 123.09º | 0.83% | 0.46% | - |
| XYZ | 6.83 | 12.94 | 3.06 | - |
| YUV | 77.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 25 | 0.83 | 0 | 0.79 | 0.54 | 123.09 | 0.71 | 0.27 |
| Hex | 14 | 75 | 19 | 53 | 0 | 4F | 36 | 7B | 47 | 1B |
| Octal | 24 | 165 | 31 | 123 | 0 | 117 | 66 | 173 | 107 | 33 |
| Binary | 10100 | 1110101 | 11001 | 1010011 | 0 | 1001111 | 110110 | 1111011 | 1000111 | 11011 |
Color Harmonies of #147519
Complementary color
Monochromatic Colors of #147519
Black with #147519
Text Example
Text Example
White with #147519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147519; }
p { color: rgb(20,117,25); }
H1.HeaderClassName
{
color: #147519;
}
.AnyTagClassName
{
color: #147519;
}
</style>
background-color css
<style>
a { background-color: #147519; }
a { background-color: rgb(20,117,25); }
div.DivClassName
{
background-color: #147519;
}
.BgClassName
{
background-color: #147519;
}
</style>
border-color css
<style>
span { border-color: #147519; }
span { border-color: rgb(20,117,25); }
td.TdClassName
{
border-color: #147519;
}
.TagClassName
{
border-color: #147519;
}
</style>