Shades of Forest Green #148128
Tints of Forest Green #148128
RGB
CMYK
RGB Variations
Color information
#148128 (or 0x148128) is known color: Forest Green. HEX triplet: 14, 81 and 28. RGB value is (20,129,40). Sum of RGB (Red+Green+Blue) = 20+129+40=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 129 (50.78% from 255 or 68.25% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 129 - color contains mainly: green. Hex color #148128 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148128 is #EB7ED7. Grayscale: #565656. Windows color (decimal): -15433432 or 2654484. OLE color: 2654484.
HSL color Cylindrical-coordinate representation of color #148128: hue angle of 131.01º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148128 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 40 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.49 |
| HSL | 131.01º | 0.73% | 0.29% | - |
| HSV(B) | 131.01º | 0.84% | 0.51% | - |
| XYZ | 8.52 | 16 | 4.65 | - |
| YUV | 86.26 | 101.89 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 40 | 0.84 | 0 | 0.69 | 0.49 | 131.01 | 0.73 | 0.29 |
| Hex | 14 | 81 | 28 | 54 | 0 | 45 | 31 | 83 | 49 | 1D |
| Octal | 24 | 201 | 50 | 124 | 0 | 105 | 61 | 203 | 111 | 35 |
| Binary | 10100 | 10000001 | 101000 | 1010100 | 0 | 1000101 | 110001 | 10000011 | 1001001 | 11101 |
Color Harmonies of #148128
Complementary color
Monochromatic Colors of #148128
Black with #148128
Text Example
Text Example
White with #148128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148128; }
p { color: rgb(20,129,40); }
H1.HeaderClassName
{
color: #148128;
}
.AnyTagClassName
{
color: #148128;
}
</style>
background-color css
<style>
a { background-color: #148128; }
a { background-color: rgb(20,129,40); }
div.DivClassName
{
background-color: #148128;
}
.BgClassName
{
background-color: #148128;
}
</style>
border-color css
<style>
span { border-color: #148128; }
span { border-color: rgb(20,129,40); }
td.TdClassName
{
border-color: #148128;
}
.TagClassName
{
border-color: #148128;
}
</style>