Shades of Dark Pastel Green #20BB46
Tints of Dark Pastel Green #20BB46
RGB
CMYK
RGB Variations
Color information
#20BB46 (or 0x20BB46) is known color: Dark Pastel Green. HEX triplet: 20, BB and 46. RGB value is (32,187,70). Sum of RGB (Red+Green+Blue) = 32+187+70=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 187 (73.44% from 255 or 64.71% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 187 - color contains mainly: green. Hex color #20BB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BB46 is #DF44B9. Grayscale: #7F7F7F. Windows color (decimal): -14632122 or 4635424. OLE color: 4635424.
HSL color Cylindrical-coordinate representation of color #20BB46: hue angle of 134.71º 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 #20BB46 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 187 | 70 | - |
| CMYK | 0.83 | 0 | 0.63 | 0.27 |
| HSL | 134.71º | 0.71% | 0.43% | - |
| HSV(B) | 134.71º | 0.83% | 0.73% | - |
| XYZ | 19.47 | 36.29 | 11.77 | - |
| YUV | 127.32 | 95.65 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 70 | 0.83 | 0 | 0.63 | 0.27 | 134.71 | 0.71 | 0.43 |
| Hex | 20 | BB | 46 | 53 | 0 | 3F | 1B | 87 | 47 | 2B |
| Octal | 40 | 273 | 106 | 123 | 0 | 77 | 33 | 207 | 107 | 53 |
| Binary | 100000 | 10111011 | 1000110 | 1010011 | 0 | 111111 | 11011 | 10000111 | 1000111 | 101011 |
Color Harmonies of #20BB46
Complementary color
Monochromatic Colors of #20BB46
Black with #20BB46
Text Example
Text Example
White with #20BB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BB46; }
p { color: rgb(32,187,70); }
H1.HeaderClassName
{
color: #20BB46;
}
.AnyTagClassName
{
color: #20BB46;
}
</style>
background-color css
<style>
a { background-color: #20BB46; }
a { background-color: rgb(32,187,70); }
div.DivClassName
{
background-color: #20BB46;
}
.BgClassName
{
background-color: #20BB46;
}
</style>
border-color css
<style>
span { border-color: #20BB46; }
span { border-color: rgb(32,187,70); }
td.TdClassName
{
border-color: #20BB46;
}
.TagClassName
{
border-color: #20BB46;
}
</style>