Shades of Forest Green #148422
Tints of Forest Green #148422
RGB
CMYK
RGB Variations
Color information
#148422 (or 0x148422) is known color: Forest Green. HEX triplet: 14, 84 and 22. RGB value is (20,132,34). Sum of RGB (Red+Green+Blue) = 20+132+34=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 132 (51.95% from 255 or 70.97% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 132 - color contains mainly: green. Hex color #148422 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148422 is #EB7BDD. Grayscale: #575757. Windows color (decimal): -15432670 or 2262036. OLE color: 2262036.
HSL color Cylindrical-coordinate representation of color #148422: hue angle of 127.5º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148422 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 34 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.48 |
| HSL | 127.5º | 0.74% | 0.3% | - |
| HSV(B) | 127.5º | 0.85% | 0.52% | - |
| XYZ | 8.83 | 16.77 | 4.28 | - |
| YUV | 87.34 | 97.89 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 34 | 0.85 | 0 | 0.74 | 0.48 | 127.5 | 0.74 | 0.3 |
| Hex | 14 | 84 | 22 | 55 | 0 | 4A | 30 | 80 | 4A | 1E |
| Octal | 24 | 204 | 42 | 125 | 0 | 112 | 60 | 200 | 112 | 36 |
| Binary | 10100 | 10000100 | 100010 | 1010101 | 0 | 1001010 | 110000 | 10000000 | 1001010 | 11110 |
Color Harmonies of #148422
Complementary color
Monochromatic Colors of #148422
Black with #148422
Text Example
Text Example
White with #148422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148422; }
p { color: rgb(20,132,34); }
H1.HeaderClassName
{
color: #148422;
}
.AnyTagClassName
{
color: #148422;
}
</style>
background-color css
<style>
a { background-color: #148422; }
a { background-color: rgb(20,132,34); }
div.DivClassName
{
background-color: #148422;
}
.BgClassName
{
background-color: #148422;
}
</style>
border-color css
<style>
span { border-color: #148422; }
span { border-color: rgb(20,132,34); }
td.TdClassName
{
border-color: #148422;
}
.TagClassName
{
border-color: #148422;
}
</style>