Shades of Forest Green #14872D
Tints of Forest Green #14872D
RGB
CMYK
RGB Variations
Color information
#14872D (or 0x14872D) is known color: Forest Green. HEX triplet: 14, 87 and 2D. RGB value is (20,135,45). Sum of RGB (Red+Green+Blue) = 20+135+45=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 135 (53.12% from 255 or 67.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 135 - color contains mainly: green. Hex color #14872D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14872D is #EB78D2. Grayscale: #5A5A5A. Windows color (decimal): -15431891 or 2983700. OLE color: 2983700.
HSL color Cylindrical-coordinate representation of color #14872D: hue angle of 133.04º 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 #14872D is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 45 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.47 |
| HSL | 133.04º | 0.74% | 0.3% | - |
| HSV(B) | 133.04º | 0.85% | 0.53% | - |
| XYZ | 9.43 | 17.67 | 5.4 | - |
| YUV | 90.36 | 102.4 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 45 | 0.85 | 0 | 0.67 | 0.47 | 133.04 | 0.74 | 0.3 |
| Hex | 14 | 87 | 2D | 55 | 0 | 43 | 2F | 85 | 4A | 1E |
| Octal | 24 | 207 | 55 | 125 | 0 | 103 | 57 | 205 | 112 | 36 |
| Binary | 10100 | 10000111 | 101101 | 1010101 | 0 | 1000011 | 101111 | 10000101 | 1001010 | 11110 |
Color Harmonies of #14872D
Complementary color
Monochromatic Colors of #14872D
Black with #14872D
Text Example
Text Example
White with #14872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14872D; }
p { color: rgb(20,135,45); }
H1.HeaderClassName
{
color: #14872D;
}
.AnyTagClassName
{
color: #14872D;
}
</style>
background-color css
<style>
a { background-color: #14872D; }
a { background-color: rgb(20,135,45); }
div.DivClassName
{
background-color: #14872D;
}
.BgClassName
{
background-color: #14872D;
}
</style>
border-color css
<style>
span { border-color: #14872D; }
span { border-color: rgb(20,135,45); }
td.TdClassName
{
border-color: #14872D;
}
.TagClassName
{
border-color: #14872D;
}
</style>