Shades of Dark Pastel Green #21AA3E
Tints of Dark Pastel Green #21AA3E
RGB
CMYK
RGB Variations
Color information
#21AA3E (or 0x21AA3E) is known color: Dark Pastel Green. HEX triplet: 21, AA and 3E. RGB value is (33,170,62). Sum of RGB (Red+Green+Blue) = 33+170+62=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AA3E is #DE55C1. Grayscale: #757575. Windows color (decimal): -14570946 or 4106785. OLE color: 4106785.
HSL color Cylindrical-coordinate representation of color #21AA3E: hue angle of 132.7º 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 #21AA3E is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 62 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.33 |
| HSL | 132.7º | 0.67% | 0.4% | - |
| HSV(B) | 132.7º | 0.81% | 0.67% | - |
| XYZ | 15.87 | 29.42 | 9.4 | - |
| YUV | 116.73 | 97.11 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 62 | 0.81 | 0 | 0.64 | 0.33 | 132.7 | 0.67 | 0.4 |
| Hex | 21 | AA | 3E | 51 | 0 | 40 | 21 | 85 | 43 | 28 |
| Octal | 41 | 252 | 76 | 121 | 0 | 100 | 41 | 205 | 103 | 50 |
| Binary | 100001 | 10101010 | 111110 | 1010001 | 0 | 1000000 | 100001 | 10000101 | 1000011 | 101000 |
Color Harmonies of #21AA3E
Complementary color
Monochromatic Colors of #21AA3E
Black with #21AA3E
Text Example
Text Example
White with #21AA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA3E; }
p { color: rgb(33,170,62); }
H1.HeaderClassName
{
color: #21AA3E;
}
.AnyTagClassName
{
color: #21AA3E;
}
</style>
background-color css
<style>
a { background-color: #21AA3E; }
a { background-color: rgb(33,170,62); }
div.DivClassName
{
background-color: #21AA3E;
}
.BgClassName
{
background-color: #21AA3E;
}
</style>
border-color css
<style>
span { border-color: #21AA3E; }
span { border-color: rgb(33,170,62); }
td.TdClassName
{
border-color: #21AA3E;
}
.TagClassName
{
border-color: #21AA3E;
}
</style>