Shades of Dark Pastel Green #20AD41
Tints of Dark Pastel Green #20AD41
RGB
CMYK
RGB Variations
Color information
#20AD41 (or 0x20AD41) is known color: Dark Pastel Green. HEX triplet: 20, AD and 41. RGB value is (32,173,65). Sum of RGB (Red+Green+Blue) = 32+173+65=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 173 (67.97% from 255 or 64.07% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AD41 is #DF52BE. Grayscale: #767676. Windows color (decimal): -14635711 or 4304160. OLE color: 4304160.
HSL color Cylindrical-coordinate representation of color #20AD41: hue angle of 134.04º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AD41 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 65 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.32 |
| HSL | 134.04º | 0.69% | 0.4% | - |
| HSV(B) | 134.04º | 0.82% | 0.68% | - |
| XYZ | 16.49 | 30.58 | 10.03 | - |
| YUV | 118.53 | 97.79 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 65 | 0.82 | 0 | 0.62 | 0.32 | 134.04 | 0.69 | 0.4 |
| Hex | 20 | AD | 41 | 52 | 0 | 3E | 20 | 86 | 45 | 28 |
| Octal | 40 | 255 | 101 | 122 | 0 | 76 | 40 | 206 | 105 | 50 |
| Binary | 100000 | 10101101 | 1000001 | 1010010 | 0 | 111110 | 100000 | 10000110 | 1000101 | 101000 |
Color Harmonies of #20AD41
Complementary color
Monochromatic Colors of #20AD41
Black with #20AD41
Text Example
Text Example
White with #20AD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD41; }
p { color: rgb(32,173,65); }
H1.HeaderClassName
{
color: #20AD41;
}
.AnyTagClassName
{
color: #20AD41;
}
</style>
background-color css
<style>
a { background-color: #20AD41; }
a { background-color: rgb(32,173,65); }
div.DivClassName
{
background-color: #20AD41;
}
.BgClassName
{
background-color: #20AD41;
}
</style>
border-color css
<style>
span { border-color: #20AD41; }
span { border-color: rgb(32,173,65); }
td.TdClassName
{
border-color: #20AD41;
}
.TagClassName
{
border-color: #20AD41;
}
</style>