Shades of Forest Green #21AB14
Tints of Forest Green #21AB14
RGB
CMYK
RGB Variations
Color information
#21AB14 (or 0x21AB14) is known color: Forest Green. HEX triplet: 21, AB and 14. RGB value is (33,171,20). Sum of RGB (Red+Green+Blue) = 33+171+20=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 171 (67.19% from 255 or 76.34% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21AB14 is #DE54EB. Grayscale: #707070. Windows color (decimal): -14570732 or 1354529. OLE color: 1354529.
HSL color Cylindrical-coordinate representation of color #21AB14: hue angle of 114.83º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21AB14 is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 20 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.33 |
| HSL | 114.83º | 0.79% | 0.37% | - |
| HSV(B) | 114.83º | 0.88% | 0.67% | - |
| XYZ | 15.32 | 29.5 | 5.55 | - |
| YUV | 112.52 | 75.78 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 20 | 0.81 | 0 | 0.88 | 0.33 | 114.83 | 0.79 | 0.37 |
| Hex | 21 | AB | 14 | 51 | 0 | 58 | 21 | 73 | 4F | 25 |
| Octal | 41 | 253 | 24 | 121 | 0 | 130 | 41 | 163 | 117 | 45 |
| Binary | 100001 | 10101011 | 10100 | 1010001 | 0 | 1011000 | 100001 | 1110011 | 1001111 | 100101 |
Color Harmonies of #21AB14
Complementary color
Monochromatic Colors of #21AB14
Black with #21AB14
Text Example
Text Example
White with #21AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB14; }
p { color: rgb(33,171,20); }
H1.HeaderClassName
{
color: #21AB14;
}
.AnyTagClassName
{
color: #21AB14;
}
</style>
background-color css
<style>
a { background-color: #21AB14; }
a { background-color: rgb(33,171,20); }
div.DivClassName
{
background-color: #21AB14;
}
.BgClassName
{
background-color: #21AB14;
}
</style>
border-color css
<style>
span { border-color: #21AB14; }
span { border-color: rgb(33,171,20); }
td.TdClassName
{
border-color: #21AB14;
}
.TagClassName
{
border-color: #21AB14;
}
</style>