Shades of Dark Pastel Green #21AC3C
Tints of Dark Pastel Green #21AC3C
RGB
CMYK
RGB Variations
Color information
#21AC3C (or 0x21AC3C) is known color: Dark Pastel Green. HEX triplet: 21, AC and 3C. RGB value is (33,172,60). Sum of RGB (Red+Green+Blue) = 33+172+60=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AC3C is #DE53C3. Grayscale: #757575. Windows color (decimal): -14570436 or 3976225. OLE color: 3976225.
HSL color Cylindrical-coordinate representation of color #21AC3C: hue angle of 131.65º 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 #21AC3C is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 172 | 60 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.33 |
| HSL | 131.65º | 0.68% | 0.4% | - |
| HSV(B) | 131.65º | 0.81% | 0.67% | - |
| XYZ | 16.2 | 30.15 | 9.24 | - |
| YUV | 117.67 | 95.45 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 60 | 0.81 | 0 | 0.65 | 0.33 | 131.65 | 0.68 | 0.4 |
| Hex | 21 | AC | 3C | 51 | 0 | 41 | 21 | 84 | 44 | 28 |
| Octal | 41 | 254 | 74 | 121 | 0 | 101 | 41 | 204 | 104 | 50 |
| Binary | 100001 | 10101100 | 111100 | 1010001 | 0 | 1000001 | 100001 | 10000100 | 1000100 | 101000 |
Color Harmonies of #21AC3C
Complementary color
Monochromatic Colors of #21AC3C
Black with #21AC3C
Text Example
Text Example
White with #21AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AC3C; }
p { color: rgb(33,172,60); }
H1.HeaderClassName
{
color: #21AC3C;
}
.AnyTagClassName
{
color: #21AC3C;
}
</style>
background-color css
<style>
a { background-color: #21AC3C; }
a { background-color: rgb(33,172,60); }
div.DivClassName
{
background-color: #21AC3C;
}
.BgClassName
{
background-color: #21AC3C;
}
</style>
border-color css
<style>
span { border-color: #21AC3C; }
span { border-color: rgb(33,172,60); }
td.TdClassName
{
border-color: #21AC3C;
}
.TagClassName
{
border-color: #21AC3C;
}
</style>