Shades of Dark Pastel Green #20B643
Tints of Dark Pastel Green #20B643
RGB
CMYK
RGB Variations
Color information
#20B643 (or 0x20B643) is known color: Dark Pastel Green. HEX triplet: 20, B6 and 43. RGB value is (32,182,67). Sum of RGB (Red+Green+Blue) = 32+182+67=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 182 (71.48% from 255 or 64.77% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 182 - color contains mainly: green. Hex color #20B643 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B643 is #DF49BC. Grayscale: #7C7C7C. Windows color (decimal): -14633405 or 4437536. OLE color: 4437536.
HSL color Cylindrical-coordinate representation of color #20B643: hue angle of 134º 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 #20B643 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 182 | 67 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.29 |
| HSL | 134º | 0.7% | 0.42% | - |
| HSV(B) | 134º | 0.82% | 0.71% | - |
| XYZ | 18.34 | 34.17 | 10.94 | - |
| YUV | 124.04 | 95.81 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 182 | 67 | 0.82 | 0 | 0.63 | 0.29 | 134 | 0.7 | 0.42 |
| Hex | 20 | B6 | 43 | 52 | 0 | 3F | 1D | 86 | 46 | 2A |
| Octal | 40 | 266 | 103 | 122 | 0 | 77 | 35 | 206 | 106 | 52 |
| Binary | 100000 | 10110110 | 1000011 | 1010010 | 0 | 111111 | 11101 | 10000110 | 1000110 | 101010 |
Color Harmonies of #20B643
Complementary color
Monochromatic Colors of #20B643
Black with #20B643
Text Example
Text Example
White with #20B643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B643; }
p { color: rgb(32,182,67); }
H1.HeaderClassName
{
color: #20B643;
}
.AnyTagClassName
{
color: #20B643;
}
</style>
background-color css
<style>
a { background-color: #20B643; }
a { background-color: rgb(32,182,67); }
div.DivClassName
{
background-color: #20B643;
}
.BgClassName
{
background-color: #20B643;
}
</style>
border-color css
<style>
span { border-color: #20B643; }
span { border-color: rgb(32,182,67); }
td.TdClassName
{
border-color: #20B643;
}
.TagClassName
{
border-color: #20B643;
}
</style>