Shades of Forest Green #149022
Tints of Forest Green #149022
RGB
CMYK
RGB Variations
Color information
#149022 (or 0x149022) is known color: Forest Green. HEX triplet: 14, 90 and 22. RGB value is (20,144,34). Sum of RGB (Red+Green+Blue) = 20+144+34=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 144 (56.64% from 255 or 72.73% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 144 - color contains mainly: green. Hex color #149022 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149022 is #EB6FDD. Grayscale: #5E5E5E. Windows color (decimal): -15429598 or 2265108. OLE color: 2265108.
HSL color Cylindrical-coordinate representation of color #149022: hue angle of 126.77º 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 #149022 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 34 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.44 |
| HSL | 126.77º | 0.76% | 0.32% | - |
| HSV(B) | 126.77º | 0.86% | 0.56% | - |
| XYZ | 10.55 | 20.21 | 4.86 | - |
| YUV | 94.38 | 93.92 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 34 | 0.86 | 0 | 0.76 | 0.44 | 126.77 | 0.76 | 0.32 |
| Hex | 14 | 90 | 22 | 56 | 0 | 4C | 2C | 7F | 4C | 20 |
| Octal | 24 | 220 | 42 | 126 | 0 | 114 | 54 | 177 | 114 | 40 |
| Binary | 10100 | 10010000 | 100010 | 1010110 | 0 | 1001100 | 101100 | 1111111 | 1001100 | 100000 |
Color Harmonies of #149022
Complementary color
Monochromatic Colors of #149022
Black with #149022
Text Example
Text Example
White with #149022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149022; }
p { color: rgb(20,144,34); }
H1.HeaderClassName
{
color: #149022;
}
.AnyTagClassName
{
color: #149022;
}
</style>
background-color css
<style>
a { background-color: #149022; }
a { background-color: rgb(20,144,34); }
div.DivClassName
{
background-color: #149022;
}
.BgClassName
{
background-color: #149022;
}
</style>
border-color css
<style>
span { border-color: #149022; }
span { border-color: rgb(20,144,34); }
td.TdClassName
{
border-color: #149022;
}
.TagClassName
{
border-color: #149022;
}
</style>