Shades of Dark Pastel Green #20B440
Tints of Dark Pastel Green #20B440
RGB
CMYK
RGB Variations
Color information
#20B440 (or 0x20B440) is known color: Dark Pastel Green. HEX triplet: 20, B4 and 40. RGB value is (32,180,64). Sum of RGB (Red+Green+Blue) = 32+180+64=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 180 (70.70% from 255 or 65.22% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 180 - color contains mainly: green. Hex color #20B440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B440 is #DF4BBF. Grayscale: #7A7A7A. Windows color (decimal): -14633920 or 4240416. OLE color: 4240416.
HSL color Cylindrical-coordinate representation of color #20B440: hue angle of 132.97º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B440 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 180 | 64 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.29 |
| HSL | 132.97º | 0.7% | 0.42% | - |
| HSV(B) | 132.97º | 0.82% | 0.71% | - |
| XYZ | 17.84 | 33.32 | 10.34 | - |
| YUV | 122.52 | 94.97 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 180 | 64 | 0.82 | 0 | 0.64 | 0.29 | 132.97 | 0.7 | 0.42 |
| Hex | 20 | B4 | 40 | 52 | 0 | 40 | 1D | 85 | 46 | 2A |
| Octal | 40 | 264 | 100 | 122 | 0 | 100 | 35 | 205 | 106 | 52 |
| Binary | 100000 | 10110100 | 1000000 | 1010010 | 0 | 1000000 | 11101 | 10000101 | 1000110 | 101010 |
Color Harmonies of #20B440
Complementary color
Monochromatic Colors of #20B440
Black with #20B440
Text Example
Text Example
White with #20B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B440; }
p { color: rgb(32,180,64); }
H1.HeaderClassName
{
color: #20B440;
}
.AnyTagClassName
{
color: #20B440;
}
</style>
background-color css
<style>
a { background-color: #20B440; }
a { background-color: rgb(32,180,64); }
div.DivClassName
{
background-color: #20B440;
}
.BgClassName
{
background-color: #20B440;
}
</style>
border-color css
<style>
span { border-color: #20B440; }
span { border-color: rgb(32,180,64); }
td.TdClassName
{
border-color: #20B440;
}
.TagClassName
{
border-color: #20B440;
}
</style>