Shades of Dark Pastel Green #20AB3C
Tints of Dark Pastel Green #20AB3C
RGB
CMYK
RGB Variations
Color information
#20AB3C (or 0x20AB3C) is known color: Dark Pastel Green. HEX triplet: 20, AB and 3C. RGB value is (32,171,60). Sum of RGB (Red+Green+Blue) = 32+171+60=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 171 (67.19% from 255 or 65.02% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AB3C is #DF54C3. Grayscale: #757575. Windows color (decimal): -14636228 or 3975968. OLE color: 3975968.
HSL color Cylindrical-coordinate representation of color #20AB3C: hue angle of 132.09º 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 #20AB3C is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 60 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.33 |
| HSL | 132.09º | 0.68% | 0.4% | - |
| HSV(B) | 132.09º | 0.81% | 0.67% | - |
| XYZ | 15.97 | 29.76 | 9.18 | - |
| YUV | 116.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 60 | 0.81 | 0 | 0.65 | 0.33 | 132.09 | 0.68 | 0.4 |
| Hex | 20 | AB | 3C | 51 | 0 | 41 | 21 | 84 | 44 | 28 |
| Octal | 40 | 253 | 74 | 121 | 0 | 101 | 41 | 204 | 104 | 50 |
| Binary | 100000 | 10101011 | 111100 | 1010001 | 0 | 1000001 | 100001 | 10000100 | 1000100 | 101000 |
Color Harmonies of #20AB3C
Complementary color
Monochromatic Colors of #20AB3C
Black with #20AB3C
Text Example
Text Example
White with #20AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB3C; }
p { color: rgb(32,171,60); }
H1.HeaderClassName
{
color: #20AB3C;
}
.AnyTagClassName
{
color: #20AB3C;
}
</style>
background-color css
<style>
a { background-color: #20AB3C; }
a { background-color: rgb(32,171,60); }
div.DivClassName
{
background-color: #20AB3C;
}
.BgClassName
{
background-color: #20AB3C;
}
</style>
border-color css
<style>
span { border-color: #20AB3C; }
span { border-color: rgb(32,171,60); }
td.TdClassName
{
border-color: #20AB3C;
}
.TagClassName
{
border-color: #20AB3C;
}
</style>