Shades of Dark Pastel Green #20B547
Tints of Dark Pastel Green #20B547
RGB
CMYK
RGB Variations
Color information
#20B547 (or 0x20B547) is known color: Dark Pastel Green. HEX triplet: 20, B5 and 47. RGB value is (32,181,71). Sum of RGB (Red+Green+Blue) = 32+181+71=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 181 (71.09% from 255 or 63.73% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 181 - color contains mainly: green. Hex color #20B547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B547 is #DF4AB8. Grayscale: #7C7C7C. Windows color (decimal): -14633657 or 4699424. OLE color: 4699424.
HSL color Cylindrical-coordinate representation of color #20B547: hue angle of 135.7º 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 #20B547 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 181 | 71 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.29 |
| HSL | 135.7º | 0.7% | 0.42% | - |
| HSV(B) | 135.7º | 0.82% | 0.71% | - |
| XYZ | 18.26 | 33.81 | 11.52 | - |
| YUV | 123.91 | 98.14 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 181 | 71 | 0.82 | 0 | 0.61 | 0.29 | 135.7 | 0.7 | 0.42 |
| Hex | 20 | B5 | 47 | 52 | 0 | 3D | 1D | 88 | 46 | 2A |
| Octal | 40 | 265 | 107 | 122 | 0 | 75 | 35 | 210 | 106 | 52 |
| Binary | 100000 | 10110101 | 1000111 | 1010010 | 0 | 111101 | 11101 | 10001000 | 1000110 | 101010 |
Color Harmonies of #20B547
Complementary color
Monochromatic Colors of #20B547
Black with #20B547
Text Example
Text Example
White with #20B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B547; }
p { color: rgb(32,181,71); }
H1.HeaderClassName
{
color: #20B547;
}
.AnyTagClassName
{
color: #20B547;
}
</style>
background-color css
<style>
a { background-color: #20B547; }
a { background-color: rgb(32,181,71); }
div.DivClassName
{
background-color: #20B547;
}
.BgClassName
{
background-color: #20B547;
}
</style>
border-color css
<style>
span { border-color: #20B547; }
span { border-color: rgb(32,181,71); }
td.TdClassName
{
border-color: #20B547;
}
.TagClassName
{
border-color: #20B547;
}
</style>