Shades of Dark Pastel Green #20BB41
Tints of Dark Pastel Green #20BB41
RGB
CMYK
RGB Variations
Color information
#20BB41 (or 0x20BB41) is known color: Dark Pastel Green. HEX triplet: 20, BB and 41. RGB value is (32,187,65). Sum of RGB (Red+Green+Blue) = 32+187+65=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 187 (73.44% from 255 or 65.85% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 187 - color contains mainly: green. Hex color #20BB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BB41 is #DF44BE. Grayscale: #7F7F7F. Windows color (decimal): -14632127 or 4307744. OLE color: 4307744.
HSL color Cylindrical-coordinate representation of color #20BB41: hue angle of 132.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BB41 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 187 | 65 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.27 |
| HSL | 132.77º | 0.71% | 0.43% | - |
| HSV(B) | 132.77º | 0.83% | 0.73% | - |
| XYZ | 19.32 | 36.23 | 10.98 | - |
| YUV | 126.75 | 93.15 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 65 | 0.83 | 0 | 0.65 | 0.27 | 132.77 | 0.71 | 0.43 |
| Hex | 20 | BB | 41 | 53 | 0 | 41 | 1B | 85 | 47 | 2B |
| Octal | 40 | 273 | 101 | 123 | 0 | 101 | 33 | 205 | 107 | 53 |
| Binary | 100000 | 10111011 | 1000001 | 1010011 | 0 | 1000001 | 11011 | 10000101 | 1000111 | 101011 |
Color Harmonies of #20BB41
Complementary color
Monochromatic Colors of #20BB41
Black with #20BB41
Text Example
Text Example
White with #20BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BB41; }
p { color: rgb(32,187,65); }
H1.HeaderClassName
{
color: #20BB41;
}
.AnyTagClassName
{
color: #20BB41;
}
</style>
background-color css
<style>
a { background-color: #20BB41; }
a { background-color: rgb(32,187,65); }
div.DivClassName
{
background-color: #20BB41;
}
.BgClassName
{
background-color: #20BB41;
}
</style>
border-color css
<style>
span { border-color: #20BB41; }
span { border-color: rgb(32,187,65); }
td.TdClassName
{
border-color: #20BB41;
}
.TagClassName
{
border-color: #20BB41;
}
</style>