Shades of Dark Pastel Green #21AD3C
Tints of Dark Pastel Green #21AD3C
RGB
CMYK
RGB Variations
Color information
#21AD3C (or 0x21AD3C) is known color: Dark Pastel Green. HEX triplet: 21, AD and 3C. RGB value is (33,173,60). Sum of RGB (Red+Green+Blue) = 33+173+60=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 173 (67.97% from 255 or 65.04% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AD3C is #DE52C3. Grayscale: #767676. Windows color (decimal): -14570180 or 3976481. OLE color: 3976481.
HSL color Cylindrical-coordinate representation of color #21AD3C: hue angle of 131.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AD3C is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 60 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.32 |
| HSL | 131.57º | 0.68% | 0.4% | - |
| HSV(B) | 131.57º | 0.81% | 0.68% | - |
| XYZ | 16.39 | 30.54 | 9.31 | - |
| YUV | 118.26 | 95.12 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 60 | 0.81 | 0 | 0.65 | 0.32 | 131.57 | 0.68 | 0.4 |
| Hex | 21 | AD | 3C | 51 | 0 | 41 | 20 | 84 | 44 | 28 |
| Octal | 41 | 255 | 74 | 121 | 0 | 101 | 40 | 204 | 104 | 50 |
| Binary | 100001 | 10101101 | 111100 | 1010001 | 0 | 1000001 | 100000 | 10000100 | 1000100 | 101000 |
Color Harmonies of #21AD3C
Complementary color
Monochromatic Colors of #21AD3C
Black with #21AD3C
Text Example
Text Example
White with #21AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD3C; }
p { color: rgb(33,173,60); }
H1.HeaderClassName
{
color: #21AD3C;
}
.AnyTagClassName
{
color: #21AD3C;
}
</style>
background-color css
<style>
a { background-color: #21AD3C; }
a { background-color: rgb(33,173,60); }
div.DivClassName
{
background-color: #21AD3C;
}
.BgClassName
{
background-color: #21AD3C;
}
</style>
border-color css
<style>
span { border-color: #21AD3C; }
span { border-color: rgb(33,173,60); }
td.TdClassName
{
border-color: #21AD3C;
}
.TagClassName
{
border-color: #21AD3C;
}
</style>