Shades of Forest Green #14872C
Tints of Forest Green #14872C
RGB
CMYK
RGB Variations
Color information
#14872C (or 0x14872C) is known color: Forest Green. HEX triplet: 14, 87 and 2C. RGB value is (20,135,44). Sum of RGB (Red+Green+Blue) = 20+135+44=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 135 (53.12% from 255 or 67.84% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 135 - color contains mainly: green. Hex color #14872C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14872C is #EB78D3. Grayscale: #5A5A5A. Windows color (decimal): -15431892 or 2918164. OLE color: 2918164.
HSL color Cylindrical-coordinate representation of color #14872C: hue angle of 132.52º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14872C is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 44 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.47 |
| HSL | 132.52º | 0.74% | 0.3% | - |
| HSV(B) | 132.52º | 0.85% | 0.53% | - |
| XYZ | 9.41 | 17.66 | 5.3 | - |
| YUV | 90.24 | 101.9 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 44 | 0.85 | 0 | 0.67 | 0.47 | 132.52 | 0.74 | 0.3 |
| Hex | 14 | 87 | 2C | 55 | 0 | 43 | 2F | 85 | 4A | 1E |
| Octal | 24 | 207 | 54 | 125 | 0 | 103 | 57 | 205 | 112 | 36 |
| Binary | 10100 | 10000111 | 101100 | 1010101 | 0 | 1000011 | 101111 | 10000101 | 1001010 | 11110 |
Color Harmonies of #14872C
Complementary color
Monochromatic Colors of #14872C
Black with #14872C
Text Example
Text Example
White with #14872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14872C; }
p { color: rgb(20,135,44); }
H1.HeaderClassName
{
color: #14872C;
}
.AnyTagClassName
{
color: #14872C;
}
</style>
background-color css
<style>
a { background-color: #14872C; }
a { background-color: rgb(20,135,44); }
div.DivClassName
{
background-color: #14872C;
}
.BgClassName
{
background-color: #14872C;
}
</style>
border-color css
<style>
span { border-color: #14872C; }
span { border-color: rgb(20,135,44); }
td.TdClassName
{
border-color: #14872C;
}
.TagClassName
{
border-color: #14872C;
}
</style>