Shades of Forest Green #148F24
Tints of Forest Green #148F24
RGB
CMYK
RGB Variations
Color information
#148F24 (or 0x148F24) is known color: Forest Green. HEX triplet: 14, 8F and 24. RGB value is (20,143,36). Sum of RGB (Red+Green+Blue) = 20+143+36=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 143 (56.25% from 255 or 71.86% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 143 - color contains mainly: green. Hex color #148F24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148F24 is #EB70DB. Grayscale: #5E5E5E. Windows color (decimal): -15429852 or 2395924. OLE color: 2395924.
HSL color Cylindrical-coordinate representation of color #148F24: hue angle of 127.8º 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 #148F24 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 143 | 36 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.44 |
| HSL | 127.8º | 0.75% | 0.32% | - |
| HSV(B) | 127.8º | 0.86% | 0.56% | - |
| XYZ | 10.43 | 19.92 | 4.96 | - |
| YUV | 94.03 | 95.25 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 36 | 0.86 | 0 | 0.75 | 0.44 | 127.8 | 0.75 | 0.32 |
| Hex | 14 | 8F | 24 | 56 | 0 | 4B | 2C | 80 | 4B | 20 |
| Octal | 24 | 217 | 44 | 126 | 0 | 113 | 54 | 200 | 113 | 40 |
| Binary | 10100 | 10001111 | 100100 | 1010110 | 0 | 1001011 | 101100 | 10000000 | 1001011 | 100000 |
Color Harmonies of #148F24
Complementary color
Monochromatic Colors of #148F24
Black with #148F24
Text Example
Text Example
White with #148F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148F24; }
p { color: rgb(20,143,36); }
H1.HeaderClassName
{
color: #148F24;
}
.AnyTagClassName
{
color: #148F24;
}
</style>
background-color css
<style>
a { background-color: #148F24; }
a { background-color: rgb(20,143,36); }
div.DivClassName
{
background-color: #148F24;
}
.BgClassName
{
background-color: #148F24;
}
</style>
border-color css
<style>
span { border-color: #148F24; }
span { border-color: rgb(20,143,36); }
td.TdClassName
{
border-color: #148F24;
}
.TagClassName
{
border-color: #148F24;
}
</style>