Shades of Forest Green #14A32A
Tints of Forest Green #14A32A
RGB
CMYK
RGB Variations
Color information
#14A32A (or 0x14A32A) is known color: Forest Green. HEX triplet: 14, A3 and 2A. RGB value is (20,163,42). Sum of RGB (Red+Green+Blue) = 20+163+42=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 163 (64.06% from 255 or 72.44% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 163 - color contains mainly: green. Hex color #14A32A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A32A is #EB5CD5. Grayscale: #6A6A6A. Windows color (decimal): -15424726 or 2794260. OLE color: 2794260.
HSL color Cylindrical-coordinate representation of color #14A32A: hue angle of 129.23º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A32A is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 163 | 42 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.36 |
| HSL | 129.23º | 0.78% | 0.36% | - |
| HSV(B) | 129.23º | 0.88% | 0.64% | - |
| XYZ | 13.8 | 26.51 | 6.58 | - |
| YUV | 106.45 | 91.62 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 163 | 42 | 0.88 | 0 | 0.74 | 0.36 | 129.23 | 0.78 | 0.36 |
| Hex | 14 | A3 | 2A | 58 | 0 | 4A | 24 | 81 | 4E | 24 |
| Octal | 24 | 243 | 52 | 130 | 0 | 112 | 44 | 201 | 116 | 44 |
| Binary | 10100 | 10100011 | 101010 | 1011000 | 0 | 1001010 | 100100 | 10000001 | 1001110 | 100100 |
Color Harmonies of #14A32A
Complementary color
Monochromatic Colors of #14A32A
Black with #14A32A
Text Example
Text Example
White with #14A32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A32A; }
p { color: rgb(20,163,42); }
H1.HeaderClassName
{
color: #14A32A;
}
.AnyTagClassName
{
color: #14A32A;
}
</style>
background-color css
<style>
a { background-color: #14A32A; }
a { background-color: rgb(20,163,42); }
div.DivClassName
{
background-color: #14A32A;
}
.BgClassName
{
background-color: #14A32A;
}
</style>
border-color css
<style>
span { border-color: #14A32A; }
span { border-color: rgb(20,163,42); }
td.TdClassName
{
border-color: #14A32A;
}
.TagClassName
{
border-color: #14A32A;
}
</style>