Shades of Forest Green #149021
Tints of Forest Green #149021
RGB
CMYK
RGB Variations
Color information
#149021 (or 0x149021) is known color: Forest Green. HEX triplet: 14, 90 and 21. RGB value is (20,144,33). Sum of RGB (Red+Green+Blue) = 20+144+33=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 144 (56.64% from 255 or 73.10% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 144 - color contains mainly: green. Hex color #149021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149021 is #EB6FDE. Grayscale: #5E5E5E. Windows color (decimal): -15429599 or 2199572. OLE color: 2199572.
HSL color Cylindrical-coordinate representation of color #149021: hue angle of 126.29º 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 #149021 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 33 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.44 |
| HSL | 126.29º | 0.76% | 0.32% | - |
| HSV(B) | 126.29º | 0.86% | 0.56% | - |
| XYZ | 10.54 | 20.21 | 4.78 | - |
| YUV | 94.27 | 93.42 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 33 | 0.86 | 0 | 0.77 | 0.44 | 126.29 | 0.76 | 0.32 |
| Hex | 14 | 90 | 21 | 56 | 0 | 4D | 2C | 7E | 4C | 20 |
| Octal | 24 | 220 | 41 | 126 | 0 | 115 | 54 | 176 | 114 | 40 |
| Binary | 10100 | 10010000 | 100001 | 1010110 | 0 | 1001101 | 101100 | 1111110 | 1001100 | 100000 |
Color Harmonies of #149021
Complementary color
Monochromatic Colors of #149021
Black with #149021
Text Example
Text Example
White with #149021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149021; }
p { color: rgb(20,144,33); }
H1.HeaderClassName
{
color: #149021;
}
.AnyTagClassName
{
color: #149021;
}
</style>
background-color css
<style>
a { background-color: #149021; }
a { background-color: rgb(20,144,33); }
div.DivClassName
{
background-color: #149021;
}
.BgClassName
{
background-color: #149021;
}
</style>
border-color css
<style>
span { border-color: #149021; }
span { border-color: rgb(20,144,33); }
td.TdClassName
{
border-color: #149021;
}
.TagClassName
{
border-color: #149021;
}
</style>