Shades of Forest Green #149015
Tints of Forest Green #149015
RGB
CMYK
RGB Variations
Color information
#149015 (or 0x149015) is known color: Forest Green. HEX triplet: 14, 90 and 15. RGB value is (20,144,21). Sum of RGB (Red+Green+Blue) = 20+144+21=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 144 (56.64% from 255 or 77.84% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 144 - color contains mainly: green. Hex color #149015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149015 is #EB6FEA. Grayscale: #5D5D5D. Windows color (decimal): -15429611 or 1413140. OLE color: 1413140.
HSL color Cylindrical-coordinate representation of color #149015: hue angle of 120.48º 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 #149015 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 21 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.44 |
| HSL | 120.48º | 0.76% | 0.32% | - |
| HSV(B) | 120.48º | 0.86% | 0.56% | - |
| XYZ | 10.4 | 20.15 | 4.05 | - |
| YUV | 92.9 | 87.42 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 21 | 0.86 | 0 | 0.85 | 0.44 | 120.48 | 0.76 | 0.32 |
| Hex | 14 | 90 | 15 | 56 | 0 | 55 | 2C | 78 | 4C | 20 |
| Octal | 24 | 220 | 25 | 126 | 0 | 125 | 54 | 170 | 114 | 40 |
| Binary | 10100 | 10010000 | 10101 | 1010110 | 0 | 1010101 | 101100 | 1111000 | 1001100 | 100000 |
Color Harmonies of #149015
Complementary color
Monochromatic Colors of #149015
Black with #149015
Text Example
Text Example
White with #149015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149015; }
p { color: rgb(20,144,21); }
H1.HeaderClassName
{
color: #149015;
}
.AnyTagClassName
{
color: #149015;
}
</style>
background-color css
<style>
a { background-color: #149015; }
a { background-color: rgb(20,144,21); }
div.DivClassName
{
background-color: #149015;
}
.BgClassName
{
background-color: #149015;
}
</style>
border-color css
<style>
span { border-color: #149015; }
span { border-color: rgb(20,144,21); }
td.TdClassName
{
border-color: #149015;
}
.TagClassName
{
border-color: #149015;
}
</style>