Shades of Forest Green #21AB21
Tints of Forest Green #21AB21
RGB
CMYK
RGB Variations
Color information
#21AB21 (or 0x21AB21) is known color: Forest Green. HEX triplet: 21, AB and 21. RGB value is (33,171,33). Sum of RGB (Red+Green+Blue) = 33+171+33=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 171 (67.19% from 255 or 72.15% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AB21 is #DE54DE. Grayscale: #727272. Windows color (decimal): -14570719 or 2206497. OLE color: 2206497.
HSL color Cylindrical-coordinate representation of color #21AB21: hue angle of 120º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AB21 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 33 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.33 |
| HSL | 120º | 0.68% | 0.4% | - |
| HSV(B) | 120º | 0.81% | 0.67% | - |
| XYZ | 15.46 | 29.56 | 6.33 | - |
| YUV | 114.01 | 82.28 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 33 | 0.81 | 0 | 0.81 | 0.33 | 120 | 0.68 | 0.4 |
| Hex | 21 | AB | 21 | 51 | 0 | 51 | 21 | 78 | 44 | 28 |
| Octal | 41 | 253 | 41 | 121 | 0 | 121 | 41 | 170 | 104 | 50 |
| Binary | 100001 | 10101011 | 100001 | 1010001 | 0 | 1010001 | 100001 | 1111000 | 1000100 | 101000 |
Color Harmonies of #21AB21
Complementary color
Monochromatic Colors of #21AB21
Black with #21AB21
Text Example
Text Example
White with #21AB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB21; }
p { color: rgb(33,171,33); }
H1.HeaderClassName
{
color: #21AB21;
}
.AnyTagClassName
{
color: #21AB21;
}
</style>
background-color css
<style>
a { background-color: #21AB21; }
a { background-color: rgb(33,171,33); }
div.DivClassName
{
background-color: #21AB21;
}
.BgClassName
{
background-color: #21AB21;
}
</style>
border-color css
<style>
span { border-color: #21AB21; }
span { border-color: rgb(33,171,33); }
td.TdClassName
{
border-color: #21AB21;
}
.TagClassName
{
border-color: #21AB21;
}
</style>