Shades of Forest Green #148F28
Tints of Forest Green #148F28
RGB
CMYK
RGB Variations
Color information
#148F28 (or 0x148F28) is known color: Forest Green. HEX triplet: 14, 8F and 28. RGB value is (20,143,40). Sum of RGB (Red+Green+Blue) = 20+143+40=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 143 (56.25% from 255 or 70.44% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 143 - color contains mainly: green. Hex color #148F28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148F28 is #EB70D7. Grayscale: #5E5E5E. Windows color (decimal): -15429848 or 2658068. OLE color: 2658068.
HSL color Cylindrical-coordinate representation of color #148F28: hue angle of 129.76º 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 #148F28 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 143 | 40 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.44 |
| HSL | 129.76º | 0.75% | 0.32% | - |
| HSV(B) | 129.76º | 0.86% | 0.56% | - |
| XYZ | 10.49 | 19.95 | 5.3 | - |
| YUV | 94.48 | 97.25 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 40 | 0.86 | 0 | 0.72 | 0.44 | 129.76 | 0.75 | 0.32 |
| Hex | 14 | 8F | 28 | 56 | 0 | 48 | 2C | 82 | 4B | 20 |
| Octal | 24 | 217 | 50 | 126 | 0 | 110 | 54 | 202 | 113 | 40 |
| Binary | 10100 | 10001111 | 101000 | 1010110 | 0 | 1001000 | 101100 | 10000010 | 1001011 | 100000 |
Color Harmonies of #148F28
Complementary color
Monochromatic Colors of #148F28
Black with #148F28
Text Example
Text Example
White with #148F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148F28; }
p { color: rgb(20,143,40); }
H1.HeaderClassName
{
color: #148F28;
}
.AnyTagClassName
{
color: #148F28;
}
</style>
background-color css
<style>
a { background-color: #148F28; }
a { background-color: rgb(20,143,40); }
div.DivClassName
{
background-color: #148F28;
}
.BgClassName
{
background-color: #148F28;
}
</style>
border-color css
<style>
span { border-color: #148F28; }
span { border-color: rgb(20,143,40); }
td.TdClassName
{
border-color: #148F28;
}
.TagClassName
{
border-color: #148F28;
}
</style>