Shades of Forest Green #14B21E
Tints of Forest Green #14B21E
RGB
CMYK
RGB Variations
Color information
#14B21E (or 0x14B21E) is known color: Forest Green. HEX triplet: 14, B2 and 1E. RGB value is (20,178,30). Sum of RGB (Red+Green+Blue) = 20+178+30=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 178 (69.92% from 255 or 78.07% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 178 - color contains mainly: green. Hex color #14B21E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14B21E is #EB4DE1. Grayscale: #727272. Windows color (decimal): -15420898 or 2011668. OLE color: 2011668.
HSL color Cylindrical-coordinate representation of color #14B21E: hue angle of 123.8º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B21E is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 178 | 30 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.30 |
| HSL | 123.8º | 0.8% | 0.39% | - |
| HSV(B) | 123.8º | 0.89% | 0.7% | - |
| XYZ | 16.44 | 32.08 | 6.55 | - |
| YUV | 113.89 | 80.65 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 178 | 30 | 0.89 | 0 | 0.83 | 0.30 | 123.8 | 0.8 | 0.39 |
| Hex | 14 | B2 | 1E | 59 | 0 | 53 | 1E | 7C | 50 | 27 |
| Octal | 24 | 262 | 36 | 131 | 0 | 123 | 36 | 174 | 120 | 47 |
| Binary | 10100 | 10110010 | 11110 | 1011001 | 0 | 1010011 | 11110 | 1111100 | 1010000 | 100111 |
Color Harmonies of #14B21E
Complementary color
Monochromatic Colors of #14B21E
Black with #14B21E
Text Example
Text Example
White with #14B21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B21E; }
p { color: rgb(20,178,30); }
H1.HeaderClassName
{
color: #14B21E;
}
.AnyTagClassName
{
color: #14B21E;
}
</style>
background-color css
<style>
a { background-color: #14B21E; }
a { background-color: rgb(20,178,30); }
div.DivClassName
{
background-color: #14B21E;
}
.BgClassName
{
background-color: #14B21E;
}
</style>
border-color css
<style>
span { border-color: #14B21E; }
span { border-color: rgb(20,178,30); }
td.TdClassName
{
border-color: #14B21E;
}
.TagClassName
{
border-color: #14B21E;
}
</style>