Shades of Forest Green #21AC2A
Tints of Forest Green #21AC2A
RGB
CMYK
RGB Variations
Color information
#21AC2A (or 0x21AC2A) is known color: Forest Green. HEX triplet: 21, AC and 2A. RGB value is (33,172,42). Sum of RGB (Red+Green+Blue) = 33+172+42=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AC2A is #DE53D5. Grayscale: #747474. Windows color (decimal): -14570454 or 2796577. OLE color: 2796577.
HSL color Cylindrical-coordinate representation of color #21AC2A: hue angle of 123.88º 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 #21AC2A is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 172 | 42 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.33 |
| HSL | 123.88º | 0.68% | 0.4% | - |
| HSV(B) | 123.88º | 0.81% | 0.67% | - |
| XYZ | 15.8 | 30 | 7.15 | - |
| YUV | 115.62 | 86.45 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 42 | 0.81 | 0 | 0.76 | 0.33 | 123.88 | 0.68 | 0.4 |
| Hex | 21 | AC | 2A | 51 | 0 | 4C | 21 | 7C | 44 | 28 |
| Octal | 41 | 254 | 52 | 121 | 0 | 114 | 41 | 174 | 104 | 50 |
| Binary | 100001 | 10101100 | 101010 | 1010001 | 0 | 1001100 | 100001 | 1111100 | 1000100 | 101000 |
Color Harmonies of #21AC2A
Complementary color
Monochromatic Colors of #21AC2A
Black with #21AC2A
Text Example
Text Example
White with #21AC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AC2A; }
p { color: rgb(33,172,42); }
H1.HeaderClassName
{
color: #21AC2A;
}
.AnyTagClassName
{
color: #21AC2A;
}
</style>
background-color css
<style>
a { background-color: #21AC2A; }
a { background-color: rgb(33,172,42); }
div.DivClassName
{
background-color: #21AC2A;
}
.BgClassName
{
background-color: #21AC2A;
}
</style>
border-color css
<style>
span { border-color: #21AC2A; }
span { border-color: rgb(33,172,42); }
td.TdClassName
{
border-color: #21AC2A;
}
.TagClassName
{
border-color: #21AC2A;
}
</style>