Shades of Forest Green #148928
Tints of Forest Green #148928
RGB
CMYK
RGB Variations
Color information
#148928 (or 0x148928) is known color: Forest Green. HEX triplet: 14, 89 and 28. RGB value is (20,137,40). Sum of RGB (Red+Green+Blue) = 20+137+40=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 137 (53.91% from 255 or 69.54% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 137 - color contains mainly: green. Hex color #148928 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148928 is #EB76D7. Grayscale: #5B5B5B. Windows color (decimal): -15431384 or 2656532. OLE color: 2656532.
HSL color Cylindrical-coordinate representation of color #148928: hue angle of 130.26º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148928 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 40 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.46 |
| HSL | 130.26º | 0.75% | 0.31% | - |
| HSV(B) | 130.26º | 0.85% | 0.54% | - |
| XYZ | 9.62 | 18.19 | 5.01 | - |
| YUV | 90.96 | 99.24 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 40 | 0.85 | 0 | 0.71 | 0.46 | 130.26 | 0.75 | 0.31 |
| Hex | 14 | 89 | 28 | 55 | 0 | 47 | 2E | 82 | 4B | 1F |
| Octal | 24 | 211 | 50 | 125 | 0 | 107 | 56 | 202 | 113 | 37 |
| Binary | 10100 | 10001001 | 101000 | 1010101 | 0 | 1000111 | 101110 | 10000010 | 1001011 | 11111 |
Color Harmonies of #148928
Complementary color
Monochromatic Colors of #148928
Black with #148928
Text Example
Text Example
White with #148928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148928; }
p { color: rgb(20,137,40); }
H1.HeaderClassName
{
color: #148928;
}
.AnyTagClassName
{
color: #148928;
}
</style>
background-color css
<style>
a { background-color: #148928; }
a { background-color: rgb(20,137,40); }
div.DivClassName
{
background-color: #148928;
}
.BgClassName
{
background-color: #148928;
}
</style>
border-color css
<style>
span { border-color: #148928; }
span { border-color: rgb(20,137,40); }
td.TdClassName
{
border-color: #148928;
}
.TagClassName
{
border-color: #148928;
}
</style>