Shades of Dark Pastel Green #20AA37
Tints of Dark Pastel Green #20AA37
RGB
CMYK
RGB Variations
Color information
#20AA37 (or 0x20AA37) is known color: Dark Pastel Green. HEX triplet: 20, AA and 37. RGB value is (32,170,55). Sum of RGB (Red+Green+Blue) = 32+170+55=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AA37 is #DF55C8. Grayscale: #737373. Windows color (decimal): -14636489 or 3648032. OLE color: 3648032.
HSL color Cylindrical-coordinate representation of color #20AA37: hue angle of 130º 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 #20AA37 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 170 | 55 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.33 |
| HSL | 130º | 0.68% | 0.4% | - |
| HSV(B) | 130º | 0.81% | 0.67% | - |
| XYZ | 15.66 | 29.33 | 8.45 | - |
| YUV | 115.63 | 93.78 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 55 | 0.81 | 0 | 0.68 | 0.33 | 130 | 0.68 | 0.4 |
| Hex | 20 | AA | 37 | 51 | 0 | 44 | 21 | 82 | 44 | 28 |
| Octal | 40 | 252 | 67 | 121 | 0 | 104 | 41 | 202 | 104 | 50 |
| Binary | 100000 | 10101010 | 110111 | 1010001 | 0 | 1000100 | 100001 | 10000010 | 1000100 | 101000 |
Color Harmonies of #20AA37
Complementary color
Monochromatic Colors of #20AA37
Black with #20AA37
Text Example
Text Example
White with #20AA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AA37; }
p { color: rgb(32,170,55); }
H1.HeaderClassName
{
color: #20AA37;
}
.AnyTagClassName
{
color: #20AA37;
}
</style>
background-color css
<style>
a { background-color: #20AA37; }
a { background-color: rgb(32,170,55); }
div.DivClassName
{
background-color: #20AA37;
}
.BgClassName
{
background-color: #20AA37;
}
</style>
border-color css
<style>
span { border-color: #20AA37; }
span { border-color: rgb(32,170,55); }
td.TdClassName
{
border-color: #20AA37;
}
.TagClassName
{
border-color: #20AA37;
}
</style>