Shades of Forest Green #14A11B
Tints of Forest Green #14A11B
RGB
CMYK
RGB Variations
Color information
#14A11B (or 0x14A11B) is known color: Forest Green. HEX triplet: 14, A1 and 1B. RGB value is (20,161,27). Sum of RGB (Red+Green+Blue) = 20+161+27=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 161 (63.28% from 255 or 77.40% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 161 - color contains mainly: green. Hex color #14A11B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A11B is #EB5EE4. Grayscale: #676767. Windows color (decimal): -15425253 or 1810708. OLE color: 1810708.
HSL color Cylindrical-coordinate representation of color #14A11B: hue angle of 122.98º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A11B is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 161 | 27 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.37 |
| HSL | 122.98º | 0.78% | 0.35% | - |
| HSV(B) | 122.98º | 0.88% | 0.63% | - |
| XYZ | 13.23 | 25.72 | 5.3 | - |
| YUV | 103.57 | 84.79 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 161 | 27 | 0.88 | 0 | 0.83 | 0.37 | 122.98 | 0.78 | 0.35 |
| Hex | 14 | A1 | 1B | 58 | 0 | 53 | 25 | 7B | 4E | 23 |
| Octal | 24 | 241 | 33 | 130 | 0 | 123 | 45 | 173 | 116 | 43 |
| Binary | 10100 | 10100001 | 11011 | 1011000 | 0 | 1010011 | 100101 | 1111011 | 1001110 | 100011 |
Color Harmonies of #14A11B
Complementary color
Monochromatic Colors of #14A11B
Black with #14A11B
Text Example
Text Example
White with #14A11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A11B; }
p { color: rgb(20,161,27); }
H1.HeaderClassName
{
color: #14A11B;
}
.AnyTagClassName
{
color: #14A11B;
}
</style>
background-color css
<style>
a { background-color: #14A11B; }
a { background-color: rgb(20,161,27); }
div.DivClassName
{
background-color: #14A11B;
}
.BgClassName
{
background-color: #14A11B;
}
</style>
border-color css
<style>
span { border-color: #14A11B; }
span { border-color: rgb(20,161,27); }
td.TdClassName
{
border-color: #14A11B;
}
.TagClassName
{
border-color: #14A11B;
}
</style>