Shades of Dark Pastel Green #21AA46
Tints of Dark Pastel Green #21AA46
RGB
CMYK
RGB Variations
Color information
#21AA46 (or 0x21AA46) is known color: Dark Pastel Green. HEX triplet: 21, AA and 46. RGB value is (33,170,70). Sum of RGB (Red+Green+Blue) = 33+170+70=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AA46 is #DE55B9. Grayscale: #757575. Windows color (decimal): -14570938 or 4631073. OLE color: 4631073.
HSL color Cylindrical-coordinate representation of color #21AA46: hue angle of 136.2º 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 #21AA46 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 70 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.33 |
| HSL | 136.2º | 0.67% | 0.4% | - |
| HSV(B) | 136.2º | 0.81% | 0.67% | - |
| XYZ | 16.11 | 29.51 | 10.64 | - |
| YUV | 117.64 | 101.11 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 70 | 0.81 | 0 | 0.59 | 0.33 | 136.2 | 0.67 | 0.4 |
| Hex | 21 | AA | 46 | 51 | 0 | 3B | 21 | 88 | 43 | 28 |
| Octal | 41 | 252 | 106 | 121 | 0 | 73 | 41 | 210 | 103 | 50 |
| Binary | 100001 | 10101010 | 1000110 | 1010001 | 0 | 111011 | 100001 | 10001000 | 1000011 | 101000 |
Color Harmonies of #21AA46
Complementary color
Monochromatic Colors of #21AA46
Black with #21AA46
Text Example
Text Example
White with #21AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA46; }
p { color: rgb(33,170,70); }
H1.HeaderClassName
{
color: #21AA46;
}
.AnyTagClassName
{
color: #21AA46;
}
</style>
background-color css
<style>
a { background-color: #21AA46; }
a { background-color: rgb(33,170,70); }
div.DivClassName
{
background-color: #21AA46;
}
.BgClassName
{
background-color: #21AA46;
}
</style>
border-color css
<style>
span { border-color: #21AA46; }
span { border-color: rgb(33,170,70); }
td.TdClassName
{
border-color: #21AA46;
}
.TagClassName
{
border-color: #21AA46;
}
</style>