Shades of Forest Green #148E32
Tints of Forest Green #148E32
RGB
CMYK
RGB Variations
Color information
#148E32 (or 0x148E32) is known color: Forest Green. HEX triplet: 14, 8E and 32. RGB value is (20,142,50). Sum of RGB (Red+Green+Blue) = 20+142+50=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 142 (55.86% from 255 or 66.98% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 142 - color contains mainly: green. Hex color #148E32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148E32 is #EB71CD. Grayscale: #5F5F5F. Windows color (decimal): -15430094 or 3313172. OLE color: 3313172.
HSL color Cylindrical-coordinate representation of color #148E32: hue angle of 134.75º degrees, saturation: 0.75, 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 #148E32 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 142 | 50 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.44 |
| HSL | 134.75º | 0.75% | 0.32% | - |
| HSV(B) | 134.75º | 0.86% | 0.56% | - |
| XYZ | 10.54 | 19.73 | 6.27 | - |
| YUV | 95.03 | 102.58 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 50 | 0.86 | 0 | 0.65 | 0.44 | 134.75 | 0.75 | 0.32 |
| Hex | 14 | 8E | 32 | 56 | 0 | 41 | 2C | 87 | 4B | 20 |
| Octal | 24 | 216 | 62 | 126 | 0 | 101 | 54 | 207 | 113 | 40 |
| Binary | 10100 | 10001110 | 110010 | 1010110 | 0 | 1000001 | 101100 | 10000111 | 1001011 | 100000 |
Color Harmonies of #148E32
Complementary color
Monochromatic Colors of #148E32
Black with #148E32
Text Example
Text Example
White with #148E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148E32; }
p { color: rgb(20,142,50); }
H1.HeaderClassName
{
color: #148E32;
}
.AnyTagClassName
{
color: #148E32;
}
</style>
background-color css
<style>
a { background-color: #148E32; }
a { background-color: rgb(20,142,50); }
div.DivClassName
{
background-color: #148E32;
}
.BgClassName
{
background-color: #148E32;
}
</style>
border-color css
<style>
span { border-color: #148E32; }
span { border-color: rgb(20,142,50); }
td.TdClassName
{
border-color: #148E32;
}
.TagClassName
{
border-color: #148E32;
}
</style>