Shades of Forest Green #21AC2B
Tints of Forest Green #21AC2B
RGB
CMYK
RGB Variations
Color information
#21AC2B (or 0x21AC2B) is known color: Forest Green. HEX triplet: 21, AC and 2B. RGB value is (33,172,43). Sum of RGB (Red+Green+Blue) = 33+172+43=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 172 (67.58% from 255 or 69.35% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AC2B is #DE53D4. Grayscale: #747474. Windows color (decimal): -14570453 or 2862113. OLE color: 2862113.
HSL color Cylindrical-coordinate representation of color #21AC2B: hue angle of 124.32º 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 #21AC2B is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 172 | 43 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.33 |
| HSL | 124.32º | 0.68% | 0.4% | - |
| HSV(B) | 124.32º | 0.81% | 0.67% | - |
| XYZ | 15.82 | 30 | 7.24 | - |
| YUV | 115.73 | 86.95 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 43 | 0.81 | 0 | 0.75 | 0.33 | 124.32 | 0.68 | 0.4 |
| Hex | 21 | AC | 2B | 51 | 0 | 4B | 21 | 7C | 44 | 28 |
| Octal | 41 | 254 | 53 | 121 | 0 | 113 | 41 | 174 | 104 | 50 |
| Binary | 100001 | 10101100 | 101011 | 1010001 | 0 | 1001011 | 100001 | 1111100 | 1000100 | 101000 |
Color Harmonies of #21AC2B
Complementary color
Monochromatic Colors of #21AC2B
Black with #21AC2B
Text Example
Text Example
White with #21AC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AC2B; }
p { color: rgb(33,172,43); }
H1.HeaderClassName
{
color: #21AC2B;
}
.AnyTagClassName
{
color: #21AC2B;
}
</style>
background-color css
<style>
a { background-color: #21AC2B; }
a { background-color: rgb(33,172,43); }
div.DivClassName
{
background-color: #21AC2B;
}
.BgClassName
{
background-color: #21AC2B;
}
</style>
border-color css
<style>
span { border-color: #21AC2B; }
span { border-color: rgb(33,172,43); }
td.TdClassName
{
border-color: #21AC2B;
}
.TagClassName
{
border-color: #21AC2B;
}
</style>