Shades of Forest Green #21A014
Tints of Forest Green #21A014
RGB
CMYK
RGB Variations
Color information
#21A014 (or 0x21A014) is known color: Forest Green. HEX triplet: 21, A0 and 14. RGB value is (33,160,20). Sum of RGB (Red+Green+Blue) = 33+160+20=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 160 (62.89% from 255 or 75.12% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 160 - color contains mainly: green. Hex color #21A014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A014 is #DE5FEB. Grayscale: #6A6A6A. Windows color (decimal): -14573548 or 1351713. OLE color: 1351713.
HSL color Cylindrical-coordinate representation of color #21A014: hue angle of 114.43º 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 #21A014 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 20 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.37 |
| HSL | 114.43º | 0.78% | 0.35% | - |
| HSV(B) | 114.43º | 0.88% | 0.63% | - |
| XYZ | 13.32 | 25.52 | 4.88 | - |
| YUV | 106.07 | 79.42 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 20 | 0.79 | 0 | 0.88 | 0.37 | 114.43 | 0.78 | 0.35 |
| Hex | 21 | A0 | 14 | 4F | 0 | 58 | 25 | 72 | 4E | 23 |
| Octal | 41 | 240 | 24 | 117 | 0 | 130 | 45 | 162 | 116 | 43 |
| Binary | 100001 | 10100000 | 10100 | 1001111 | 0 | 1011000 | 100101 | 1110010 | 1001110 | 100011 |
Color Harmonies of #21A014
Complementary color
Monochromatic Colors of #21A014
Black with #21A014
Text Example
Text Example
White with #21A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A014; }
p { color: rgb(33,160,20); }
H1.HeaderClassName
{
color: #21A014;
}
.AnyTagClassName
{
color: #21A014;
}
</style>
background-color css
<style>
a { background-color: #21A014; }
a { background-color: rgb(33,160,20); }
div.DivClassName
{
background-color: #21A014;
}
.BgClassName
{
background-color: #21A014;
}
</style>
border-color css
<style>
span { border-color: #21A014; }
span { border-color: rgb(33,160,20); }
td.TdClassName
{
border-color: #21A014;
}
.TagClassName
{
border-color: #21A014;
}
</style>