Shades of Forest Green #14852C
Tints of Forest Green #14852C
RGB
CMYK
RGB Variations
Color information
#14852C (or 0x14852C) is known color: Forest Green. HEX triplet: 14, 85 and 2C. RGB value is (20,133,44). Sum of RGB (Red+Green+Blue) = 20+133+44=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #14852C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14852C is #EB7AD3. Grayscale: #595959. Windows color (decimal): -15432404 or 2917652. OLE color: 2917652.
HSL color Cylindrical-coordinate representation of color #14852C: hue angle of 132.74º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14852C is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 133 | 44 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.48 |
| HSL | 132.74º | 0.74% | 0.3% | - |
| HSV(B) | 132.74º | 0.85% | 0.52% | - |
| XYZ | 9.13 | 17.11 | 5.2 | - |
| YUV | 89.07 | 102.56 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 44 | 0.85 | 0 | 0.67 | 0.48 | 132.74 | 0.74 | 0.3 |
| Hex | 14 | 85 | 2C | 55 | 0 | 43 | 30 | 85 | 4A | 1E |
| Octal | 24 | 205 | 54 | 125 | 0 | 103 | 60 | 205 | 112 | 36 |
| Binary | 10100 | 10000101 | 101100 | 1010101 | 0 | 1000011 | 110000 | 10000101 | 1001010 | 11110 |
Color Harmonies of #14852C
Complementary color
Monochromatic Colors of #14852C
Black with #14852C
Text Example
Text Example
White with #14852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14852C; }
p { color: rgb(20,133,44); }
H1.HeaderClassName
{
color: #14852C;
}
.AnyTagClassName
{
color: #14852C;
}
</style>
background-color css
<style>
a { background-color: #14852C; }
a { background-color: rgb(20,133,44); }
div.DivClassName
{
background-color: #14852C;
}
.BgClassName
{
background-color: #14852C;
}
</style>
border-color css
<style>
span { border-color: #14852C; }
span { border-color: rgb(20,133,44); }
td.TdClassName
{
border-color: #14852C;
}
.TagClassName
{
border-color: #14852C;
}
</style>