Shades of Dark Pastel Green #21AA40
Tints of Dark Pastel Green #21AA40
RGB
CMYK
RGB Variations
Color information
#21AA40 (or 0x21AA40) is known color: Dark Pastel Green. HEX triplet: 21, AA and 40. RGB value is (33,170,64). Sum of RGB (Red+Green+Blue) = 33+170+64=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 170 (66.80% from 255 or 63.67% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AA40 is #DE55BF. Grayscale: #757575. Windows color (decimal): -14570944 or 4237857. OLE color: 4237857.
HSL color Cylindrical-coordinate representation of color #21AA40: hue angle of 133.58º 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 #21AA40 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 64 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.33 |
| HSL | 133.58º | 0.67% | 0.4% | - |
| HSV(B) | 133.58º | 0.81% | 0.67% | - |
| XYZ | 15.93 | 29.44 | 9.69 | - |
| YUV | 116.95 | 98.11 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 64 | 0.81 | 0 | 0.62 | 0.33 | 133.58 | 0.67 | 0.4 |
| Hex | 21 | AA | 40 | 51 | 0 | 3E | 21 | 86 | 43 | 28 |
| Octal | 41 | 252 | 100 | 121 | 0 | 76 | 41 | 206 | 103 | 50 |
| Binary | 100001 | 10101010 | 1000000 | 1010001 | 0 | 111110 | 100001 | 10000110 | 1000011 | 101000 |
Color Harmonies of #21AA40
Complementary color
Monochromatic Colors of #21AA40
Black with #21AA40
Text Example
Text Example
White with #21AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA40; }
p { color: rgb(33,170,64); }
H1.HeaderClassName
{
color: #21AA40;
}
.AnyTagClassName
{
color: #21AA40;
}
</style>
background-color css
<style>
a { background-color: #21AA40; }
a { background-color: rgb(33,170,64); }
div.DivClassName
{
background-color: #21AA40;
}
.BgClassName
{
background-color: #21AA40;
}
</style>
border-color css
<style>
span { border-color: #21AA40; }
span { border-color: rgb(33,170,64); }
td.TdClassName
{
border-color: #21AA40;
}
.TagClassName
{
border-color: #21AA40;
}
</style>