Shades of Forest Green #21AC2D
Tints of Forest Green #21AC2D
RGB
CMYK
RGB Variations
Color information
#21AC2D (or 0x21AC2D) is known color: Forest Green. HEX triplet: 21, AC and 2D. RGB value is (33,172,45). Sum of RGB (Red+Green+Blue) = 33+172+45=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 172 (67.58% from 255 or 68.8% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AC2D is #DE53D2. Grayscale: #747474. Windows color (decimal): -14570451 or 2993185. OLE color: 2993185.
HSL color Cylindrical-coordinate representation of color #21AC2D: hue angle of 125.18º 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 #21AC2D is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 172 | 45 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.33 |
| HSL | 125.18º | 0.68% | 0.4% | - |
| HSV(B) | 125.18º | 0.81% | 0.67% | - |
| XYZ | 15.85 | 30.02 | 7.44 | - |
| YUV | 115.96 | 87.95 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 45 | 0.81 | 0 | 0.74 | 0.33 | 125.18 | 0.68 | 0.4 |
| Hex | 21 | AC | 2D | 51 | 0 | 4A | 21 | 7D | 44 | 28 |
| Octal | 41 | 254 | 55 | 121 | 0 | 112 | 41 | 175 | 104 | 50 |
| Binary | 100001 | 10101100 | 101101 | 1010001 | 0 | 1001010 | 100001 | 1111101 | 1000100 | 101000 |
Color Harmonies of #21AC2D
Complementary color
Monochromatic Colors of #21AC2D
Black with #21AC2D
Text Example
Text Example
White with #21AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AC2D; }
p { color: rgb(33,172,45); }
H1.HeaderClassName
{
color: #21AC2D;
}
.AnyTagClassName
{
color: #21AC2D;
}
</style>
background-color css
<style>
a { background-color: #21AC2D; }
a { background-color: rgb(33,172,45); }
div.DivClassName
{
background-color: #21AC2D;
}
.BgClassName
{
background-color: #21AC2D;
}
</style>
border-color css
<style>
span { border-color: #21AC2D; }
span { border-color: rgb(33,172,45); }
td.TdClassName
{
border-color: #21AC2D;
}
.TagClassName
{
border-color: #21AC2D;
}
</style>