Shades of Forest Green #14932C
Tints of Forest Green #14932C
RGB
CMYK
RGB Variations
Color information
#14932C (or 0x14932C) is known color: Forest Green. HEX triplet: 14, 93 and 2C. RGB value is (20,147,44). Sum of RGB (Red+Green+Blue) = 20+147+44=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 147 (57.81% from 255 or 69.67% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 147 - color contains mainly: green. Hex color #14932C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14932C is #EB6CD3. Grayscale: #616161. Windows color (decimal): -15428820 or 2921236. OLE color: 2921236.
HSL color Cylindrical-coordinate representation of color #14932C: hue angle of 131.34º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14932C is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 44 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.42 |
| HSL | 131.34º | 0.76% | 0.33% | - |
| HSV(B) | 131.34º | 0.86% | 0.58% | - |
| XYZ | 11.18 | 21.2 | 5.89 | - |
| YUV | 97.29 | 97.92 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 44 | 0.86 | 0 | 0.70 | 0.42 | 131.34 | 0.76 | 0.33 |
| Hex | 14 | 93 | 2C | 56 | 0 | 46 | 2A | 83 | 4C | 21 |
| Octal | 24 | 223 | 54 | 126 | 0 | 106 | 52 | 203 | 114 | 41 |
| Binary | 10100 | 10010011 | 101100 | 1010110 | 0 | 1000110 | 101010 | 10000011 | 1001100 | 100001 |
Color Harmonies of #14932C
Complementary color
Monochromatic Colors of #14932C
Black with #14932C
Text Example
Text Example
White with #14932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14932C; }
p { color: rgb(20,147,44); }
H1.HeaderClassName
{
color: #14932C;
}
.AnyTagClassName
{
color: #14932C;
}
</style>
background-color css
<style>
a { background-color: #14932C; }
a { background-color: rgb(20,147,44); }
div.DivClassName
{
background-color: #14932C;
}
.BgClassName
{
background-color: #14932C;
}
</style>
border-color css
<style>
span { border-color: #14932C; }
span { border-color: rgb(20,147,44); }
td.TdClassName
{
border-color: #14932C;
}
.TagClassName
{
border-color: #14932C;
}
</style>