Shades of Forest Green #14A728
Tints of Forest Green #14A728
RGB
CMYK
RGB Variations
Color information
#14A728 (or 0x14A728) is known color: Forest Green. HEX triplet: 14, A7 and 28. RGB value is (20,167,40). Sum of RGB (Red+Green+Blue) = 20+167+40=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 167 (65.62% from 255 or 73.57% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 167 - color contains mainly: green. Hex color #14A728 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A728 is #EB58D7. Grayscale: #6C6C6C. Windows color (decimal): -15423704 or 2664212. OLE color: 2664212.
HSL color Cylindrical-coordinate representation of color #14A728: hue angle of 128.16º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A728 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 167 | 40 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.35 |
| HSL | 128.16º | 0.79% | 0.37% | - |
| HSV(B) | 128.16º | 0.88% | 0.65% | - |
| XYZ | 14.49 | 27.94 | 6.64 | - |
| YUV | 108.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 167 | 40 | 0.88 | 0 | 0.76 | 0.35 | 128.16 | 0.79 | 0.37 |
| Hex | 14 | A7 | 28 | 58 | 0 | 4C | 23 | 80 | 4F | 25 |
| Octal | 24 | 247 | 50 | 130 | 0 | 114 | 43 | 200 | 117 | 45 |
| Binary | 10100 | 10100111 | 101000 | 1011000 | 0 | 1001100 | 100011 | 10000000 | 1001111 | 100101 |
Color Harmonies of #14A728
Complementary color
Monochromatic Colors of #14A728
Black with #14A728
Text Example
Text Example
White with #14A728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A728; }
p { color: rgb(20,167,40); }
H1.HeaderClassName
{
color: #14A728;
}
.AnyTagClassName
{
color: #14A728;
}
</style>
background-color css
<style>
a { background-color: #14A728; }
a { background-color: rgb(20,167,40); }
div.DivClassName
{
background-color: #14A728;
}
.BgClassName
{
background-color: #14A728;
}
</style>
border-color css
<style>
span { border-color: #14A728; }
span { border-color: rgb(20,167,40); }
td.TdClassName
{
border-color: #14A728;
}
.TagClassName
{
border-color: #14A728;
}
</style>