Shades of Dark Pastel Green #20AB3B
Tints of Dark Pastel Green #20AB3B
RGB
CMYK
RGB Variations
Color information
#20AB3B (or 0x20AB3B) is known color: Dark Pastel Green. HEX triplet: 20, AB and 3B. RGB value is (32,171,59). Sum of RGB (Red+Green+Blue) = 32+171+59=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 171 (67.19% from 255 or 65.27% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AB3B is #DF54C4. Grayscale: #747474. Windows color (decimal): -14636229 or 3910432. OLE color: 3910432.
HSL color Cylindrical-coordinate representation of color #20AB3B: hue angle of 131.65º 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 #20AB3B is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 59 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.33 |
| HSL | 131.65º | 0.68% | 0.4% | - |
| HSV(B) | 131.65º | 0.81% | 0.67% | - |
| XYZ | 15.95 | 29.75 | 9.04 | - |
| YUV | 116.67 | 95.45 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 59 | 0.81 | 0 | 0.65 | 0.33 | 131.65 | 0.68 | 0.4 |
| Hex | 20 | AB | 3B | 51 | 0 | 41 | 21 | 84 | 44 | 28 |
| Octal | 40 | 253 | 73 | 121 | 0 | 101 | 41 | 204 | 104 | 50 |
| Binary | 100000 | 10101011 | 111011 | 1010001 | 0 | 1000001 | 100001 | 10000100 | 1000100 | 101000 |
Color Harmonies of #20AB3B
Complementary color
Monochromatic Colors of #20AB3B
Black with #20AB3B
Text Example
Text Example
White with #20AB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB3B; }
p { color: rgb(32,171,59); }
H1.HeaderClassName
{
color: #20AB3B;
}
.AnyTagClassName
{
color: #20AB3B;
}
</style>
background-color css
<style>
a { background-color: #20AB3B; }
a { background-color: rgb(32,171,59); }
div.DivClassName
{
background-color: #20AB3B;
}
.BgClassName
{
background-color: #20AB3B;
}
</style>
border-color css
<style>
span { border-color: #20AB3B; }
span { border-color: rgb(32,171,59); }
td.TdClassName
{
border-color: #20AB3B;
}
.TagClassName
{
border-color: #20AB3B;
}
</style>