Shades of Forest Green #147917
Tints of Forest Green #147917
RGB
CMYK
RGB Variations
Color information
#147917 (or 0x147917) is known color: Forest Green. HEX triplet: 14, 79 and 17. RGB value is (20,121,23). Sum of RGB (Red+Green+Blue) = 20+121+23=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 121 (47.66% from 255 or 73.78% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 121 - color contains mainly: green. Hex color #147917 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147917 is #EB86E8. Grayscale: #4F4F4F. Windows color (decimal): -15435497 or 1538324. OLE color: 1538324.
HSL color Cylindrical-coordinate representation of color #147917: hue angle of 121.78º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147917 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 121 | 23 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.53 |
| HSL | 121.78º | 0.72% | 0.28% | - |
| HSV(B) | 121.78º | 0.83% | 0.47% | - |
| XYZ | 7.28 | 13.89 | 3.11 | - |
| YUV | 79.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 23 | 0.83 | 0 | 0.81 | 0.53 | 121.78 | 0.72 | 0.28 |
| Hex | 14 | 79 | 17 | 53 | 0 | 51 | 35 | 7A | 48 | 1C |
| Octal | 24 | 171 | 27 | 123 | 0 | 121 | 65 | 172 | 110 | 34 |
| Binary | 10100 | 1111001 | 10111 | 1010011 | 0 | 1010001 | 110101 | 1111010 | 1001000 | 11100 |
Color Harmonies of #147917
Complementary color
Monochromatic Colors of #147917
Black with #147917
Text Example
Text Example
White with #147917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147917; }
p { color: rgb(20,121,23); }
H1.HeaderClassName
{
color: #147917;
}
.AnyTagClassName
{
color: #147917;
}
</style>
background-color css
<style>
a { background-color: #147917; }
a { background-color: rgb(20,121,23); }
div.DivClassName
{
background-color: #147917;
}
.BgClassName
{
background-color: #147917;
}
</style>
border-color css
<style>
span { border-color: #147917; }
span { border-color: rgb(20,121,23); }
td.TdClassName
{
border-color: #147917;
}
.TagClassName
{
border-color: #147917;
}
</style>