Shades of Forest Green #14882A
Tints of Forest Green #14882A
RGB
CMYK
RGB Variations
Color information
#14882A (or 0x14882A) is known color: Forest Green. HEX triplet: 14, 88 and 2A. RGB value is (20,136,42). Sum of RGB (Red+Green+Blue) = 20+136+42=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 136 (53.52% from 255 or 68.69% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 136 - color contains mainly: green. Hex color #14882A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14882A is #EB77D5. Grayscale: #5A5A5A. Windows color (decimal): -15431638 or 2787348. OLE color: 2787348.
HSL color Cylindrical-coordinate representation of color #14882A: hue angle of 131.38º 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 #14882A is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 136 | 42 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.47 |
| HSL | 131.38º | 0.74% | 0.31% | - |
| HSV(B) | 131.38º | 0.85% | 0.53% | - |
| XYZ | 9.51 | 17.92 | 5.15 | - |
| YUV | 90.6 | 100.57 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 42 | 0.85 | 0 | 0.69 | 0.47 | 131.38 | 0.74 | 0.31 |
| Hex | 14 | 88 | 2A | 55 | 0 | 45 | 2F | 83 | 4A | 1F |
| Octal | 24 | 210 | 52 | 125 | 0 | 105 | 57 | 203 | 112 | 37 |
| Binary | 10100 | 10001000 | 101010 | 1010101 | 0 | 1000101 | 101111 | 10000011 | 1001010 | 11111 |
Color Harmonies of #14882A
Complementary color
Monochromatic Colors of #14882A
Black with #14882A
Text Example
Text Example
White with #14882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14882A; }
p { color: rgb(20,136,42); }
H1.HeaderClassName
{
color: #14882A;
}
.AnyTagClassName
{
color: #14882A;
}
</style>
background-color css
<style>
a { background-color: #14882A; }
a { background-color: rgb(20,136,42); }
div.DivClassName
{
background-color: #14882A;
}
.BgClassName
{
background-color: #14882A;
}
</style>
border-color css
<style>
span { border-color: #14882A; }
span { border-color: rgb(20,136,42); }
td.TdClassName
{
border-color: #14882A;
}
.TagClassName
{
border-color: #14882A;
}
</style>