Shades of Dark Pastel Green #20AA3B
Tints of Dark Pastel Green #20AA3B
RGB
CMYK
RGB Variations
Color information
#20AA3B (or 0x20AA3B) is known color: Dark Pastel Green. HEX triplet: 20, AA and 3B. RGB value is (32,170,59). Sum of RGB (Red+Green+Blue) = 32+170+59=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 170 (66.80% from 255 or 65.13% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AA3B is #DF55C4. Grayscale: #747474. Windows color (decimal): -14636485 or 3910176. OLE color: 3910176.
HSL color Cylindrical-coordinate representation of color #20AA3B: hue angle of 131.74º 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 #20AA3B is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 170 | 59 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.33 |
| HSL | 131.74º | 0.68% | 0.4% | - |
| HSV(B) | 131.74º | 0.81% | 0.67% | - |
| XYZ | 15.76 | 29.37 | 8.98 | - |
| YUV | 116.08 | 95.78 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 59 | 0.81 | 0 | 0.65 | 0.33 | 131.74 | 0.68 | 0.4 |
| Hex | 20 | AA | 3B | 51 | 0 | 41 | 21 | 84 | 44 | 28 |
| Octal | 40 | 252 | 73 | 121 | 0 | 101 | 41 | 204 | 104 | 50 |
| Binary | 100000 | 10101010 | 111011 | 1010001 | 0 | 1000001 | 100001 | 10000100 | 1000100 | 101000 |
Color Harmonies of #20AA3B
Complementary color
Monochromatic Colors of #20AA3B
Black with #20AA3B
Text Example
Text Example
White with #20AA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AA3B; }
p { color: rgb(32,170,59); }
H1.HeaderClassName
{
color: #20AA3B;
}
.AnyTagClassName
{
color: #20AA3B;
}
</style>
background-color css
<style>
a { background-color: #20AA3B; }
a { background-color: rgb(32,170,59); }
div.DivClassName
{
background-color: #20AA3B;
}
.BgClassName
{
background-color: #20AA3B;
}
</style>
border-color css
<style>
span { border-color: #20AA3B; }
span { border-color: rgb(32,170,59); }
td.TdClassName
{
border-color: #20AA3B;
}
.TagClassName
{
border-color: #20AA3B;
}
</style>