Shades of Dark Pastel Green #21A63D
Tints of Dark Pastel Green #21A63D
RGB
CMYK
RGB Variations
Color information
#21A63D (or 0x21A63D) is known color: Dark Pastel Green. HEX triplet: 21, A6 and 3D. RGB value is (33,166,61). Sum of RGB (Red+Green+Blue) = 33+166+61=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 166 (65.23% from 255 or 63.85% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 166 - color contains mainly: green. Hex color #21A63D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A63D is #DE59C2. Grayscale: #727272. Windows color (decimal): -14571971 or 4040225. OLE color: 4040225.
HSL color Cylindrical-coordinate representation of color #21A63D: hue angle of 132.63º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A63D is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 166 | 61 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.35 |
| HSL | 132.63º | 0.67% | 0.39% | - |
| HSV(B) | 132.63º | 0.8% | 0.65% | - |
| XYZ | 15.11 | 27.93 | 9.01 | - |
| YUV | 114.26 | 97.94 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 166 | 61 | 0.80 | 0 | 0.63 | 0.35 | 132.63 | 0.67 | 0.39 |
| Hex | 21 | A6 | 3D | 50 | 0 | 3F | 23 | 85 | 43 | 27 |
| Octal | 41 | 246 | 75 | 120 | 0 | 77 | 43 | 205 | 103 | 47 |
| Binary | 100001 | 10100110 | 111101 | 1010000 | 0 | 111111 | 100011 | 10000101 | 1000011 | 100111 |
Color Harmonies of #21A63D
Complementary color
Monochromatic Colors of #21A63D
Black with #21A63D
Text Example
Text Example
White with #21A63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A63D; }
p { color: rgb(33,166,61); }
H1.HeaderClassName
{
color: #21A63D;
}
.AnyTagClassName
{
color: #21A63D;
}
</style>
background-color css
<style>
a { background-color: #21A63D; }
a { background-color: rgb(33,166,61); }
div.DivClassName
{
background-color: #21A63D;
}
.BgClassName
{
background-color: #21A63D;
}
</style>
border-color css
<style>
span { border-color: #21A63D; }
span { border-color: rgb(33,166,61); }
td.TdClassName
{
border-color: #21A63D;
}
.TagClassName
{
border-color: #21A63D;
}
</style>