Shades of Forest Green #21AB25
Tints of Forest Green #21AB25
RGB
CMYK
RGB Variations
Color information
#21AB25 (or 0x21AB25) is known color: Forest Green. HEX triplet: 21, AB and 25. RGB value is (33,171,37). Sum of RGB (Red+Green+Blue) = 33+171+37=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 171 (67.19% from 255 or 70.95% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AB25 is #DE54DA. Grayscale: #727272. Windows color (decimal): -14570715 or 2468641. OLE color: 2468641.
HSL color Cylindrical-coordinate representation of color #21AB25: hue angle of 121.74º 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 #21AB25 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 37 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.33 |
| HSL | 121.74º | 0.68% | 0.4% | - |
| HSV(B) | 121.74º | 0.81% | 0.67% | - |
| XYZ | 15.52 | 29.58 | 6.64 | - |
| YUV | 114.46 | 84.28 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 37 | 0.81 | 0 | 0.78 | 0.33 | 121.74 | 0.68 | 0.4 |
| Hex | 21 | AB | 25 | 51 | 0 | 4E | 21 | 7A | 44 | 28 |
| Octal | 41 | 253 | 45 | 121 | 0 | 116 | 41 | 172 | 104 | 50 |
| Binary | 100001 | 10101011 | 100101 | 1010001 | 0 | 1001110 | 100001 | 1111010 | 1000100 | 101000 |
Color Harmonies of #21AB25
Complementary color
Monochromatic Colors of #21AB25
Black with #21AB25
Text Example
Text Example
White with #21AB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB25; }
p { color: rgb(33,171,37); }
H1.HeaderClassName
{
color: #21AB25;
}
.AnyTagClassName
{
color: #21AB25;
}
</style>
background-color css
<style>
a { background-color: #21AB25; }
a { background-color: rgb(33,171,37); }
div.DivClassName
{
background-color: #21AB25;
}
.BgClassName
{
background-color: #21AB25;
}
</style>
border-color css
<style>
span { border-color: #21AB25; }
span { border-color: rgb(33,171,37); }
td.TdClassName
{
border-color: #21AB25;
}
.TagClassName
{
border-color: #21AB25;
}
</style>