Shades of Forest Green #21AB2F
Tints of Forest Green #21AB2F
RGB
CMYK
RGB Variations
Color information
#21AB2F (or 0x21AB2F) is known color: Forest Green. HEX triplet: 21, AB and 2F. RGB value is (33,171,47). Sum of RGB (Red+Green+Blue) = 33+171+47=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 171 (67.19% from 255 or 68.13% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AB2F is #DE54D0. Grayscale: #737373. Windows color (decimal): -14570705 or 3124001. OLE color: 3124001.
HSL color Cylindrical-coordinate representation of color #21AB2F: hue angle of 126.09º 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 #21AB2F is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 47 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.33 |
| HSL | 126.09º | 0.68% | 0.4% | - |
| HSV(B) | 126.09º | 0.81% | 0.67% | - |
| XYZ | 15.7 | 29.65 | 7.59 | - |
| YUV | 115.6 | 89.28 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 47 | 0.81 | 0 | 0.73 | 0.33 | 126.09 | 0.68 | 0.4 |
| Hex | 21 | AB | 2F | 51 | 0 | 49 | 21 | 7E | 44 | 28 |
| Octal | 41 | 253 | 57 | 121 | 0 | 111 | 41 | 176 | 104 | 50 |
| Binary | 100001 | 10101011 | 101111 | 1010001 | 0 | 1001001 | 100001 | 1111110 | 1000100 | 101000 |
Color Harmonies of #21AB2F
Complementary color
Monochromatic Colors of #21AB2F
Black with #21AB2F
Text Example
Text Example
White with #21AB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB2F; }
p { color: rgb(33,171,47); }
H1.HeaderClassName
{
color: #21AB2F;
}
.AnyTagClassName
{
color: #21AB2F;
}
</style>
background-color css
<style>
a { background-color: #21AB2F; }
a { background-color: rgb(33,171,47); }
div.DivClassName
{
background-color: #21AB2F;
}
.BgClassName
{
background-color: #21AB2F;
}
</style>
border-color css
<style>
span { border-color: #21AB2F; }
span { border-color: rgb(33,171,47); }
td.TdClassName
{
border-color: #21AB2F;
}
.TagClassName
{
border-color: #21AB2F;
}
</style>