Shades of Forest Green #21AA2D
Tints of Forest Green #21AA2D
RGB
CMYK
RGB Variations
Color information
#21AA2D (or 0x21AA2D) is known color: Forest Green. HEX triplet: 21, AA and 2D. RGB value is (33,170,45). Sum of RGB (Red+Green+Blue) = 33+170+45=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 170 (66.80% from 255 or 68.55% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AA2D is #DE55D2. Grayscale: #737373. Windows color (decimal): -14570963 or 2992673. OLE color: 2992673.
HSL color Cylindrical-coordinate representation of color #21AA2D: hue angle of 125.26º degrees, saturation: 0.67, 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 #21AA2D is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 45 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.33 |
| HSL | 125.26º | 0.67% | 0.4% | - |
| HSV(B) | 125.26º | 0.81% | 0.67% | - |
| XYZ | 15.48 | 29.26 | 7.32 | - |
| YUV | 114.79 | 88.61 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 45 | 0.81 | 0 | 0.74 | 0.33 | 125.26 | 0.67 | 0.4 |
| Hex | 21 | AA | 2D | 51 | 0 | 4A | 21 | 7D | 43 | 28 |
| Octal | 41 | 252 | 55 | 121 | 0 | 112 | 41 | 175 | 103 | 50 |
| Binary | 100001 | 10101010 | 101101 | 1010001 | 0 | 1001010 | 100001 | 1111101 | 1000011 | 101000 |
Color Harmonies of #21AA2D
Complementary color
Monochromatic Colors of #21AA2D
Black with #21AA2D
Text Example
Text Example
White with #21AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA2D; }
p { color: rgb(33,170,45); }
H1.HeaderClassName
{
color: #21AA2D;
}
.AnyTagClassName
{
color: #21AA2D;
}
</style>
background-color css
<style>
a { background-color: #21AA2D; }
a { background-color: rgb(33,170,45); }
div.DivClassName
{
background-color: #21AA2D;
}
.BgClassName
{
background-color: #21AA2D;
}
</style>
border-color css
<style>
span { border-color: #21AA2D; }
span { border-color: rgb(33,170,45); }
td.TdClassName
{
border-color: #21AA2D;
}
.TagClassName
{
border-color: #21AA2D;
}
</style>