Shades of Forest Green #14882C
Tints of Forest Green #14882C
RGB
CMYK
RGB Variations
Color information
#14882C (or 0x14882C) is known color: Forest Green. HEX triplet: 14, 88 and 2C. RGB value is (20,136,44). Sum of RGB (Red+Green+Blue) = 20+136+44=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 136 (53.52% from 255 or 68% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 136 - color contains mainly: green. Hex color #14882C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14882C is #EB77D3. Grayscale: #5B5B5B. Windows color (decimal): -15431636 or 2918420. OLE color: 2918420.
HSL color Cylindrical-coordinate representation of color #14882C: hue angle of 132.41º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14882C is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 136 | 44 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.47 |
| HSL | 132.41º | 0.74% | 0.31% | - |
| HSV(B) | 132.41º | 0.85% | 0.53% | - |
| XYZ | 9.55 | 17.94 | 5.34 | - |
| YUV | 90.83 | 101.57 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 44 | 0.85 | 0 | 0.68 | 0.47 | 132.41 | 0.74 | 0.31 |
| Hex | 14 | 88 | 2C | 55 | 0 | 44 | 2F | 84 | 4A | 1F |
| Octal | 24 | 210 | 54 | 125 | 0 | 104 | 57 | 204 | 112 | 37 |
| Binary | 10100 | 10001000 | 101100 | 1010101 | 0 | 1000100 | 101111 | 10000100 | 1001010 | 11111 |
Color Harmonies of #14882C
Complementary color
Monochromatic Colors of #14882C
Black with #14882C
Text Example
Text Example
White with #14882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14882C; }
p { color: rgb(20,136,44); }
H1.HeaderClassName
{
color: #14882C;
}
.AnyTagClassName
{
color: #14882C;
}
</style>
background-color css
<style>
a { background-color: #14882C; }
a { background-color: rgb(20,136,44); }
div.DivClassName
{
background-color: #14882C;
}
.BgClassName
{
background-color: #14882C;
}
</style>
border-color css
<style>
span { border-color: #14882C; }
span { border-color: rgb(20,136,44); }
td.TdClassName
{
border-color: #14882C;
}
.TagClassName
{
border-color: #14882C;
}
</style>