Shades of Forest Green #148E21
Tints of Forest Green #148E21
RGB
CMYK
RGB Variations
Color information
#148E21 (or 0x148E21) is known color: Forest Green. HEX triplet: 14, 8E and 21. RGB value is (20,142,33). Sum of RGB (Red+Green+Blue) = 20+142+33=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 142 (55.86% from 255 or 72.82% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 142 - color contains mainly: green. Hex color #148E21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148E21 is #EB71DE. Grayscale: #5D5D5D. Windows color (decimal): -15430111 or 2199060. OLE color: 2199060.
HSL color Cylindrical-coordinate representation of color #148E21: hue angle of 126.39º 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 #148E21 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 142 | 33 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.44 |
| HSL | 126.39º | 0.75% | 0.32% | - |
| HSV(B) | 126.39º | 0.86% | 0.56% | - |
| XYZ | 10.24 | 19.6 | 4.68 | - |
| YUV | 93.1 | 94.08 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 33 | 0.86 | 0 | 0.77 | 0.44 | 126.39 | 0.75 | 0.32 |
| Hex | 14 | 8E | 21 | 56 | 0 | 4D | 2C | 7E | 4B | 20 |
| Octal | 24 | 216 | 41 | 126 | 0 | 115 | 54 | 176 | 113 | 40 |
| Binary | 10100 | 10001110 | 100001 | 1010110 | 0 | 1001101 | 101100 | 1111110 | 1001011 | 100000 |
Color Harmonies of #148E21
Complementary color
Monochromatic Colors of #148E21
Black with #148E21
Text Example
Text Example
White with #148E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148E21; }
p { color: rgb(20,142,33); }
H1.HeaderClassName
{
color: #148E21;
}
.AnyTagClassName
{
color: #148E21;
}
</style>
background-color css
<style>
a { background-color: #148E21; }
a { background-color: rgb(20,142,33); }
div.DivClassName
{
background-color: #148E21;
}
.BgClassName
{
background-color: #148E21;
}
</style>
border-color css
<style>
span { border-color: #148E21; }
span { border-color: rgb(20,142,33); }
td.TdClassName
{
border-color: #148E21;
}
.TagClassName
{
border-color: #148E21;
}
</style>