Shades of Dark Pastel Green #20AB44
Tints of Dark Pastel Green #20AB44
RGB
CMYK
RGB Variations
Color information
#20AB44 (or 0x20AB44) is known color: Dark Pastel Green. HEX triplet: 20, AB and 44. RGB value is (32,171,68). Sum of RGB (Red+Green+Blue) = 32+171+68=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 171 (67.19% from 255 or 63.10% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AB44 is #DF54BB. Grayscale: #757575. Windows color (decimal): -14636220 or 4500256. OLE color: 4500256.
HSL color Cylindrical-coordinate representation of color #20AB44: hue angle of 135.54º 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 #20AB44 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 68 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.33 |
| HSL | 135.54º | 0.68% | 0.4% | - |
| HSV(B) | 135.54º | 0.81% | 0.67% | - |
| XYZ | 16.2 | 29.85 | 10.38 | - |
| YUV | 117.7 | 99.95 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 68 | 0.81 | 0 | 0.60 | 0.33 | 135.54 | 0.68 | 0.4 |
| Hex | 20 | AB | 44 | 51 | 0 | 3C | 21 | 88 | 44 | 28 |
| Octal | 40 | 253 | 104 | 121 | 0 | 74 | 41 | 210 | 104 | 50 |
| Binary | 100000 | 10101011 | 1000100 | 1010001 | 0 | 111100 | 100001 | 10001000 | 1000100 | 101000 |
Color Harmonies of #20AB44
Complementary color
Monochromatic Colors of #20AB44
Black with #20AB44
Text Example
Text Example
White with #20AB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB44; }
p { color: rgb(32,171,68); }
H1.HeaderClassName
{
color: #20AB44;
}
.AnyTagClassName
{
color: #20AB44;
}
</style>
background-color css
<style>
a { background-color: #20AB44; }
a { background-color: rgb(32,171,68); }
div.DivClassName
{
background-color: #20AB44;
}
.BgClassName
{
background-color: #20AB44;
}
</style>
border-color css
<style>
span { border-color: #20AB44; }
span { border-color: rgb(32,171,68); }
td.TdClassName
{
border-color: #20AB44;
}
.TagClassName
{
border-color: #20AB44;
}
</style>