Shades of Forest Green #149711
Tints of Forest Green #149711
RGB
CMYK
RGB Variations
Color information
#149711 (or 0x149711) is known color: Forest Green. HEX triplet: 14, 97 and 11. RGB value is (20,151,17). Sum of RGB (Red+Green+Blue) = 20+151+17=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 151 (59.38% from 255 or 80.32% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 151 - color contains mainly: green. Hex color #149711 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149711 is #EB68EE. Grayscale: #606060. Windows color (decimal): -15427823 or 1152788. OLE color: 1152788.
HSL color Cylindrical-coordinate representation of color #149711: hue angle of 118.66º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149711 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 17 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.41 |
| HSL | 118.66º | 0.8% | 0.33% | - |
| HSV(B) | 118.66º | 0.89% | 0.59% | - |
| XYZ | 11.46 | 22.32 | 4.24 | - |
| YUV | 96.56 | 83.1 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 17 | 0.87 | 0 | 0.89 | 0.41 | 118.66 | 0.8 | 0.33 |
| Hex | 14 | 97 | 11 | 57 | 0 | 59 | 29 | 77 | 50 | 21 |
| Octal | 24 | 227 | 21 | 127 | 0 | 131 | 51 | 167 | 120 | 41 |
| Binary | 10100 | 10010111 | 10001 | 1010111 | 0 | 1011001 | 101001 | 1110111 | 1010000 | 100001 |
Color Harmonies of #149711
Complementary color
Monochromatic Colors of #149711
Black with #149711
Text Example
Text Example
White with #149711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149711; }
p { color: rgb(20,151,17); }
H1.HeaderClassName
{
color: #149711;
}
.AnyTagClassName
{
color: #149711;
}
</style>
background-color css
<style>
a { background-color: #149711; }
a { background-color: rgb(20,151,17); }
div.DivClassName
{
background-color: #149711;
}
.BgClassName
{
background-color: #149711;
}
</style>
border-color css
<style>
span { border-color: #149711; }
span { border-color: rgb(20,151,17); }
td.TdClassName
{
border-color: #149711;
}
.TagClassName
{
border-color: #149711;
}
</style>