Shades of Forest Green #14832C
Tints of Forest Green #14832C
RGB
CMYK
RGB Variations
Color information
#14832C (or 0x14832C) is known color: Forest Green. HEX triplet: 14, 83 and 2C. RGB value is (20,131,44). Sum of RGB (Red+Green+Blue) = 20+131+44=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 131 (51.56% from 255 or 67.18% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 131 - color contains mainly: green. Hex color #14832C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14832C is #EB7CD3. Grayscale: #585858. Windows color (decimal): -15432916 or 2917140. OLE color: 2917140.
HSL color Cylindrical-coordinate representation of color #14832C: hue angle of 132.97º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14832C is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 44 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.49 |
| HSL | 132.97º | 0.74% | 0.3% | - |
| HSV(B) | 132.97º | 0.85% | 0.51% | - |
| XYZ | 8.86 | 16.56 | 5.11 | - |
| YUV | 87.89 | 103.23 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 44 | 0.85 | 0 | 0.66 | 0.49 | 132.97 | 0.74 | 0.3 |
| Hex | 14 | 83 | 2C | 55 | 0 | 42 | 31 | 85 | 4A | 1E |
| Octal | 24 | 203 | 54 | 125 | 0 | 102 | 61 | 205 | 112 | 36 |
| Binary | 10100 | 10000011 | 101100 | 1010101 | 0 | 1000010 | 110001 | 10000101 | 1001010 | 11110 |
Color Harmonies of #14832C
Complementary color
Monochromatic Colors of #14832C
Black with #14832C
Text Example
Text Example
White with #14832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14832C; }
p { color: rgb(20,131,44); }
H1.HeaderClassName
{
color: #14832C;
}
.AnyTagClassName
{
color: #14832C;
}
</style>
background-color css
<style>
a { background-color: #14832C; }
a { background-color: rgb(20,131,44); }
div.DivClassName
{
background-color: #14832C;
}
.BgClassName
{
background-color: #14832C;
}
</style>
border-color css
<style>
span { border-color: #14832C; }
span { border-color: rgb(20,131,44); }
td.TdClassName
{
border-color: #14832C;
}
.TagClassName
{
border-color: #14832C;
}
</style>