Shades of Dark Pastel Green #20BA45
Tints of Dark Pastel Green #20BA45
RGB
CMYK
RGB Variations
Color information
#20BA45 (or 0x20BA45) is known color: Dark Pastel Green. HEX triplet: 20, BA and 45. RGB value is (32,186,69). Sum of RGB (Red+Green+Blue) = 32+186+69=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BA45 is #DF45BA. Grayscale: #7E7E7E. Windows color (decimal): -14632379 or 4569632. OLE color: 4569632.
HSL color Cylindrical-coordinate representation of color #20BA45: hue angle of 134.42º 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 #20BA45 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 186 | 69 | - |
| CMYK | 0.83 | 0 | 0.63 | 0.27 |
| HSL | 134.42º | 0.71% | 0.43% | - |
| HSV(B) | 134.42º | 0.83% | 0.73% | - |
| XYZ | 19.23 | 35.85 | 11.54 | - |
| YUV | 126.62 | 95.48 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 69 | 0.83 | 0 | 0.63 | 0.27 | 134.42 | 0.71 | 0.43 |
| Hex | 20 | BA | 45 | 53 | 0 | 3F | 1B | 86 | 47 | 2B |
| Octal | 40 | 272 | 105 | 123 | 0 | 77 | 33 | 206 | 107 | 53 |
| Binary | 100000 | 10111010 | 1000101 | 1010011 | 0 | 111111 | 11011 | 10000110 | 1000111 | 101011 |
Color Harmonies of #20BA45
Complementary color
Monochromatic Colors of #20BA45
Black with #20BA45
Text Example
Text Example
White with #20BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BA45; }
p { color: rgb(32,186,69); }
H1.HeaderClassName
{
color: #20BA45;
}
.AnyTagClassName
{
color: #20BA45;
}
</style>
background-color css
<style>
a { background-color: #20BA45; }
a { background-color: rgb(32,186,69); }
div.DivClassName
{
background-color: #20BA45;
}
.BgClassName
{
background-color: #20BA45;
}
</style>
border-color css
<style>
span { border-color: #20BA45; }
span { border-color: rgb(32,186,69); }
td.TdClassName
{
border-color: #20BA45;
}
.TagClassName
{
border-color: #20BA45;
}
</style>