Shades of Forest Green #149028
Tints of Forest Green #149028
RGB
CMYK
RGB Variations
Color information
#149028 (or 0x149028) is known color: Forest Green. HEX triplet: 14, 90 and 28. RGB value is (20,144,40). Sum of RGB (Red+Green+Blue) = 20+144+40=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 144 (56.64% from 255 or 70.59% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 144 - color contains mainly: green. Hex color #149028 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149028 is #EB6FD7. Grayscale: #5F5F5F. Windows color (decimal): -15429592 or 2658324. OLE color: 2658324.
HSL color Cylindrical-coordinate representation of color #149028: hue angle of 129.68º degrees, saturation: 0.76, 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 #149028 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 40 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.44 |
| HSL | 129.68º | 0.76% | 0.32% | - |
| HSV(B) | 129.68º | 0.86% | 0.56% | - |
| XYZ | 10.64 | 20.25 | 5.35 | - |
| YUV | 95.07 | 96.92 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 40 | 0.86 | 0 | 0.72 | 0.44 | 129.68 | 0.76 | 0.32 |
| Hex | 14 | 90 | 28 | 56 | 0 | 48 | 2C | 82 | 4C | 20 |
| Octal | 24 | 220 | 50 | 126 | 0 | 110 | 54 | 202 | 114 | 40 |
| Binary | 10100 | 10010000 | 101000 | 1010110 | 0 | 1001000 | 101100 | 10000010 | 1001100 | 100000 |
Color Harmonies of #149028
Complementary color
Monochromatic Colors of #149028
Black with #149028
Text Example
Text Example
White with #149028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149028; }
p { color: rgb(20,144,40); }
H1.HeaderClassName
{
color: #149028;
}
.AnyTagClassName
{
color: #149028;
}
</style>
background-color css
<style>
a { background-color: #149028; }
a { background-color: rgb(20,144,40); }
div.DivClassName
{
background-color: #149028;
}
.BgClassName
{
background-color: #149028;
}
</style>
border-color css
<style>
span { border-color: #149028; }
span { border-color: rgb(20,144,40); }
td.TdClassName
{
border-color: #149028;
}
.TagClassName
{
border-color: #149028;
}
</style>