Shades of Dark Pastel Green #20B539
Tints of Dark Pastel Green #20B539
RGB
CMYK
RGB Variations
Color information
#20B539 (or 0x20B539) is known color: Dark Pastel Green. HEX triplet: 20, B5 and 39. RGB value is (32,181,57). Sum of RGB (Red+Green+Blue) = 32+181+57=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 181 (71.09% from 255 or 67.04% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 181 - color contains mainly: green. Hex color #20B539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B539 is #DF4AC6. Grayscale: #7A7A7A. Windows color (decimal): -14633671 or 3781920. OLE color: 3781920.
HSL color Cylindrical-coordinate representation of color #20B539: hue angle of 130.07º 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 #20B539 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 181 | 57 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.29 |
| HSL | 130.07º | 0.7% | 0.42% | - |
| HSV(B) | 130.07º | 0.82% | 0.71% | - |
| XYZ | 17.86 | 33.65 | 9.42 | - |
| YUV | 122.31 | 91.14 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 181 | 57 | 0.82 | 0 | 0.69 | 0.29 | 130.07 | 0.7 | 0.42 |
| Hex | 20 | B5 | 39 | 52 | 0 | 45 | 1D | 82 | 46 | 2A |
| Octal | 40 | 265 | 71 | 122 | 0 | 105 | 35 | 202 | 106 | 52 |
| Binary | 100000 | 10110101 | 111001 | 1010010 | 0 | 1000101 | 11101 | 10000010 | 1000110 | 101010 |
Color Harmonies of #20B539
Complementary color
Monochromatic Colors of #20B539
Black with #20B539
Text Example
Text Example
White with #20B539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B539; }
p { color: rgb(32,181,57); }
H1.HeaderClassName
{
color: #20B539;
}
.AnyTagClassName
{
color: #20B539;
}
</style>
background-color css
<style>
a { background-color: #20B539; }
a { background-color: rgb(32,181,57); }
div.DivClassName
{
background-color: #20B539;
}
.BgClassName
{
background-color: #20B539;
}
</style>
border-color css
<style>
span { border-color: #20B539; }
span { border-color: rgb(32,181,57); }
td.TdClassName
{
border-color: #20B539;
}
.TagClassName
{
border-color: #20B539;
}
</style>