Shades of Forest Green #14882B
Tints of Forest Green #14882B
RGB
CMYK
RGB Variations
Color information
#14882B (or 0x14882B) is known color: Forest Green. HEX triplet: 14, 88 and 2B. RGB value is (20,136,43). Sum of RGB (Red+Green+Blue) = 20+136+43=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 136 (53.52% from 255 or 68.34% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 136 - color contains mainly: green. Hex color #14882B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14882B is #EB77D4. Grayscale: #5A5A5A. Windows color (decimal): -15431637 or 2852884. OLE color: 2852884.
HSL color Cylindrical-coordinate representation of color #14882B: hue angle of 131.9º 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 #14882B is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 136 | 43 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.47 |
| HSL | 131.9º | 0.74% | 0.31% | - |
| HSV(B) | 131.9º | 0.85% | 0.53% | - |
| XYZ | 9.53 | 17.93 | 5.24 | - |
| YUV | 90.71 | 101.07 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 43 | 0.85 | 0 | 0.68 | 0.47 | 131.9 | 0.74 | 0.31 |
| Hex | 14 | 88 | 2B | 55 | 0 | 44 | 2F | 84 | 4A | 1F |
| Octal | 24 | 210 | 53 | 125 | 0 | 104 | 57 | 204 | 112 | 37 |
| Binary | 10100 | 10001000 | 101011 | 1010101 | 0 | 1000100 | 101111 | 10000100 | 1001010 | 11111 |
Color Harmonies of #14882B
Complementary color
Monochromatic Colors of #14882B
Black with #14882B
Text Example
Text Example
White with #14882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14882B; }
p { color: rgb(20,136,43); }
H1.HeaderClassName
{
color: #14882B;
}
.AnyTagClassName
{
color: #14882B;
}
</style>
background-color css
<style>
a { background-color: #14882B; }
a { background-color: rgb(20,136,43); }
div.DivClassName
{
background-color: #14882B;
}
.BgClassName
{
background-color: #14882B;
}
</style>
border-color css
<style>
span { border-color: #14882B; }
span { border-color: rgb(20,136,43); }
td.TdClassName
{
border-color: #14882B;
}
.TagClassName
{
border-color: #14882B;
}
</style>