Shades of Dark Pastel Green #21AB40
Tints of Dark Pastel Green #21AB40
RGB
CMYK
RGB Variations
Color information
#21AB40 (or 0x21AB40) is known color: Dark Pastel Green. HEX triplet: 21, AB and 40. RGB value is (33,171,64). Sum of RGB (Red+Green+Blue) = 33+171+64=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 171 (67.19% from 255 or 63.81% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AB40 is #DE54BF. Grayscale: #757575. Windows color (decimal): -14570688 or 4238113. OLE color: 4238113.
HSL color Cylindrical-coordinate representation of color #21AB40: hue angle of 133.48º 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 #21AB40 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 64 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.33 |
| HSL | 133.48º | 0.68% | 0.4% | - |
| HSV(B) | 133.48º | 0.81% | 0.67% | - |
| XYZ | 16.12 | 29.82 | 9.76 | - |
| YUV | 117.54 | 97.78 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 64 | 0.81 | 0 | 0.63 | 0.33 | 133.48 | 0.68 | 0.4 |
| Hex | 21 | AB | 40 | 51 | 0 | 3F | 21 | 85 | 44 | 28 |
| Octal | 41 | 253 | 100 | 121 | 0 | 77 | 41 | 205 | 104 | 50 |
| Binary | 100001 | 10101011 | 1000000 | 1010001 | 0 | 111111 | 100001 | 10000101 | 1000100 | 101000 |
Color Harmonies of #21AB40
Complementary color
Monochromatic Colors of #21AB40
Black with #21AB40
Text Example
Text Example
White with #21AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB40; }
p { color: rgb(33,171,64); }
H1.HeaderClassName
{
color: #21AB40;
}
.AnyTagClassName
{
color: #21AB40;
}
</style>
background-color css
<style>
a { background-color: #21AB40; }
a { background-color: rgb(33,171,64); }
div.DivClassName
{
background-color: #21AB40;
}
.BgClassName
{
background-color: #21AB40;
}
</style>
border-color css
<style>
span { border-color: #21AB40; }
span { border-color: rgb(33,171,64); }
td.TdClassName
{
border-color: #21AB40;
}
.TagClassName
{
border-color: #21AB40;
}
</style>