Shades of Forest Green #149032
Tints of Forest Green #149032
RGB
CMYK
RGB Variations
Color information
#149032 (or 0x149032) is known color: Forest Green. HEX triplet: 14, 90 and 32. RGB value is (20,144,50). Sum of RGB (Red+Green+Blue) = 20+144+50=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 144 (56.64% from 255 or 67.29% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 144 - color contains mainly: green. Hex color #149032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149032 is #EB6FCD. Grayscale: #606060. Windows color (decimal): -15429582 or 3313684. OLE color: 3313684.
HSL color Cylindrical-coordinate representation of color #149032: hue angle of 134.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149032 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 50 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.44 |
| HSL | 134.52º | 0.76% | 0.32% | - |
| HSV(B) | 134.52º | 0.86% | 0.56% | - |
| XYZ | 10.84 | 20.33 | 6.37 | - |
| YUV | 96.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 50 | 0.86 | 0 | 0.65 | 0.44 | 134.52 | 0.76 | 0.32 |
| Hex | 14 | 90 | 32 | 56 | 0 | 41 | 2C | 87 | 4C | 20 |
| Octal | 24 | 220 | 62 | 126 | 0 | 101 | 54 | 207 | 114 | 40 |
| Binary | 10100 | 10010000 | 110010 | 1010110 | 0 | 1000001 | 101100 | 10000111 | 1001100 | 100000 |
Color Harmonies of #149032
Complementary color
Monochromatic Colors of #149032
Black with #149032
Text Example
Text Example
White with #149032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149032; }
p { color: rgb(20,144,50); }
H1.HeaderClassName
{
color: #149032;
}
.AnyTagClassName
{
color: #149032;
}
</style>
background-color css
<style>
a { background-color: #149032; }
a { background-color: rgb(20,144,50); }
div.DivClassName
{
background-color: #149032;
}
.BgClassName
{
background-color: #149032;
}
</style>
border-color css
<style>
span { border-color: #149032; }
span { border-color: rgb(20,144,50); }
td.TdClassName
{
border-color: #149032;
}
.TagClassName
{
border-color: #149032;
}
</style>