Shades of Dark Pastel Green #20B543
Tints of Dark Pastel Green #20B543
RGB
CMYK
RGB Variations
Color information
#20B543 (or 0x20B543) is known color: Dark Pastel Green. HEX triplet: 20, B5 and 43. RGB value is (32,181,67). Sum of RGB (Red+Green+Blue) = 32+181+67=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 181 (71.09% from 255 or 64.64% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 181 - color contains mainly: green. Hex color #20B543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B543 is #DF4ABC. Grayscale: #7B7B7B. Windows color (decimal): -14633661 or 4437280. OLE color: 4437280.
HSL color Cylindrical-coordinate representation of color #20B543: hue angle of 134.09º 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 #20B543 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 181 | 67 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.29 |
| HSL | 134.09º | 0.7% | 0.42% | - |
| HSV(B) | 134.09º | 0.82% | 0.71% | - |
| XYZ | 18.13 | 33.76 | 10.87 | - |
| YUV | 123.45 | 96.14 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 181 | 67 | 0.82 | 0 | 0.63 | 0.29 | 134.09 | 0.7 | 0.42 |
| Hex | 20 | B5 | 43 | 52 | 0 | 3F | 1D | 86 | 46 | 2A |
| Octal | 40 | 265 | 103 | 122 | 0 | 77 | 35 | 206 | 106 | 52 |
| Binary | 100000 | 10110101 | 1000011 | 1010010 | 0 | 111111 | 11101 | 10000110 | 1000110 | 101010 |
Color Harmonies of #20B543
Complementary color
Monochromatic Colors of #20B543
Black with #20B543
Text Example
Text Example
White with #20B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B543; }
p { color: rgb(32,181,67); }
H1.HeaderClassName
{
color: #20B543;
}
.AnyTagClassName
{
color: #20B543;
}
</style>
background-color css
<style>
a { background-color: #20B543; }
a { background-color: rgb(32,181,67); }
div.DivClassName
{
background-color: #20B543;
}
.BgClassName
{
background-color: #20B543;
}
</style>
border-color css
<style>
span { border-color: #20B543; }
span { border-color: rgb(32,181,67); }
td.TdClassName
{
border-color: #20B543;
}
.TagClassName
{
border-color: #20B543;
}
</style>