Shades of Forest Green #14872F
Tints of Forest Green #14872F
RGB
CMYK
RGB Variations
Color information
#14872F (or 0x14872F) is known color: Forest Green. HEX triplet: 14, 87 and 2F. RGB value is (20,135,47). Sum of RGB (Red+Green+Blue) = 20+135+47=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 135 (53.12% from 255 or 66.83% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 135 - color contains mainly: green. Hex color #14872F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14872F is #EB78D0. Grayscale: #5A5A5A. Windows color (decimal): -15431889 or 3114772. OLE color: 3114772.
HSL color Cylindrical-coordinate representation of color #14872F: hue angle of 134.09º 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 #14872F is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 47 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.47 |
| HSL | 134.09º | 0.74% | 0.3% | - |
| HSV(B) | 134.09º | 0.85% | 0.53% | - |
| XYZ | 9.47 | 17.68 | 5.6 | - |
| YUV | 90.58 | 103.4 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 47 | 0.85 | 0 | 0.65 | 0.47 | 134.09 | 0.74 | 0.3 |
| Hex | 14 | 87 | 2F | 55 | 0 | 41 | 2F | 86 | 4A | 1E |
| Octal | 24 | 207 | 57 | 125 | 0 | 101 | 57 | 206 | 112 | 36 |
| Binary | 10100 | 10000111 | 101111 | 1010101 | 0 | 1000001 | 101111 | 10000110 | 1001010 | 11110 |
Color Harmonies of #14872F
Complementary color
Monochromatic Colors of #14872F
Black with #14872F
Text Example
Text Example
White with #14872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14872F; }
p { color: rgb(20,135,47); }
H1.HeaderClassName
{
color: #14872F;
}
.AnyTagClassName
{
color: #14872F;
}
</style>
background-color css
<style>
a { background-color: #14872F; }
a { background-color: rgb(20,135,47); }
div.DivClassName
{
background-color: #14872F;
}
.BgClassName
{
background-color: #14872F;
}
</style>
border-color css
<style>
span { border-color: #14872F; }
span { border-color: rgb(20,135,47); }
td.TdClassName
{
border-color: #14872F;
}
.TagClassName
{
border-color: #14872F;
}
</style>