Shades of Forest Green #149137
Tints of Forest Green #149137
RGB
CMYK
RGB Variations
Color information
#149137 (or 0x149137) is known color: Forest Green. HEX triplet: 14, 91 and 37. RGB value is (20,145,55). Sum of RGB (Red+Green+Blue) = 20+145+55=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 145 (57.03% from 255 or 65.91% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 145 - color contains mainly: green. Hex color #149137 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149137 is #EB6EC8. Grayscale: #616161. Windows color (decimal): -15429321 or 3641620. OLE color: 3641620.
HSL color Cylindrical-coordinate representation of color #149137: hue angle of 136.8º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149137 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 55 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.43 |
| HSL | 136.8º | 0.76% | 0.32% | - |
| HSV(B) | 136.8º | 0.86% | 0.57% | - |
| XYZ | 11.1 | 20.68 | 7.02 | - |
| YUV | 97.37 | 104.09 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 55 | 0.86 | 0 | 0.62 | 0.43 | 136.8 | 0.76 | 0.32 |
| Hex | 14 | 91 | 37 | 56 | 0 | 3E | 2B | 89 | 4C | 20 |
| Octal | 24 | 221 | 67 | 126 | 0 | 76 | 53 | 211 | 114 | 40 |
| Binary | 10100 | 10010001 | 110111 | 1010110 | 0 | 111110 | 101011 | 10001001 | 1001100 | 100000 |
Color Harmonies of #149137
Complementary color
Monochromatic Colors of #149137
Black with #149137
Text Example
Text Example
White with #149137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149137; }
p { color: rgb(20,145,55); }
H1.HeaderClassName
{
color: #149137;
}
.AnyTagClassName
{
color: #149137;
}
</style>
background-color css
<style>
a { background-color: #149137; }
a { background-color: rgb(20,145,55); }
div.DivClassName
{
background-color: #149137;
}
.BgClassName
{
background-color: #149137;
}
</style>
border-color css
<style>
span { border-color: #149137; }
span { border-color: rgb(20,145,55); }
td.TdClassName
{
border-color: #149137;
}
.TagClassName
{
border-color: #149137;
}
</style>