Shades of Forest Green #148E34
Tints of Forest Green #148E34
RGB
CMYK
RGB Variations
Color information
#148E34 (or 0x148E34) is known color: Forest Green. HEX triplet: 14, 8E and 34. RGB value is (20,142,52). Sum of RGB (Red+Green+Blue) = 20+142+52=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 142 (55.86% from 255 or 66.36% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 142 - color contains mainly: green. Hex color #148E34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148E34 is #EB71CB. Grayscale: #5F5F5F. Windows color (decimal): -15430092 or 3444244. OLE color: 3444244.
HSL color Cylindrical-coordinate representation of color #148E34: hue angle of 135.74º 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 #148E34 is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 142 | 52 | - |
| CMYK | 0.86 | 0 | 0.63 | 0.44 |
| HSL | 135.74º | 0.75% | 0.32% | - |
| HSV(B) | 135.74º | 0.86% | 0.56% | - |
| XYZ | 10.58 | 19.74 | 6.5 | - |
| YUV | 95.26 | 103.58 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 52 | 0.86 | 0 | 0.63 | 0.44 | 135.74 | 0.75 | 0.32 |
| Hex | 14 | 8E | 34 | 56 | 0 | 3F | 2C | 88 | 4B | 20 |
| Octal | 24 | 216 | 64 | 126 | 0 | 77 | 54 | 210 | 113 | 40 |
| Binary | 10100 | 10001110 | 110100 | 1010110 | 0 | 111111 | 101100 | 10001000 | 1001011 | 100000 |
Color Harmonies of #148E34
Complementary color
Monochromatic Colors of #148E34
Black with #148E34
Text Example
Text Example
White with #148E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148E34; }
p { color: rgb(20,142,52); }
H1.HeaderClassName
{
color: #148E34;
}
.AnyTagClassName
{
color: #148E34;
}
</style>
background-color css
<style>
a { background-color: #148E34; }
a { background-color: rgb(20,142,52); }
div.DivClassName
{
background-color: #148E34;
}
.BgClassName
{
background-color: #148E34;
}
</style>
border-color css
<style>
span { border-color: #148E34; }
span { border-color: rgb(20,142,52); }
td.TdClassName
{
border-color: #148E34;
}
.TagClassName
{
border-color: #148E34;
}
</style>