Shades of Forest Green #148328
Tints of Forest Green #148328
RGB
CMYK
RGB Variations
Color information
#148328 (or 0x148328) is known color: Forest Green. HEX triplet: 14, 83 and 28. RGB value is (20,131,40). Sum of RGB (Red+Green+Blue) = 20+131+40=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 131 (51.56% from 255 or 68.59% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 131 - color contains mainly: green. Hex color #148328 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148328 is #EB7CD7. Grayscale: #575757. Windows color (decimal): -15432920 or 2654996. OLE color: 2654996.
HSL color Cylindrical-coordinate representation of color #148328: hue angle of 130.81º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148328 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 40 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.49 |
| HSL | 130.81º | 0.74% | 0.3% | - |
| HSV(B) | 130.81º | 0.85% | 0.51% | - |
| XYZ | 8.79 | 16.53 | 4.74 | - |
| YUV | 87.44 | 101.23 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 40 | 0.85 | 0 | 0.69 | 0.49 | 130.81 | 0.74 | 0.3 |
| Hex | 14 | 83 | 28 | 55 | 0 | 45 | 31 | 83 | 4A | 1E |
| Octal | 24 | 203 | 50 | 125 | 0 | 105 | 61 | 203 | 112 | 36 |
| Binary | 10100 | 10000011 | 101000 | 1010101 | 0 | 1000101 | 110001 | 10000011 | 1001010 | 11110 |
Color Harmonies of #148328
Complementary color
Monochromatic Colors of #148328
Black with #148328
Text Example
Text Example
White with #148328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148328; }
p { color: rgb(20,131,40); }
H1.HeaderClassName
{
color: #148328;
}
.AnyTagClassName
{
color: #148328;
}
</style>
background-color css
<style>
a { background-color: #148328; }
a { background-color: rgb(20,131,40); }
div.DivClassName
{
background-color: #148328;
}
.BgClassName
{
background-color: #148328;
}
</style>
border-color css
<style>
span { border-color: #148328; }
span { border-color: rgb(20,131,40); }
td.TdClassName
{
border-color: #148328;
}
.TagClassName
{
border-color: #148328;
}
</style>