Shades of Dark Pastel Green #20B039
Tints of Dark Pastel Green #20B039
RGB
CMYK
RGB Variations
Color information
#20B039 (or 0x20B039) is known color: Dark Pastel Green. HEX triplet: 20, B0 and 39. RGB value is (32,176,57). Sum of RGB (Red+Green+Blue) = 32+176+57=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 176 (69.14% from 255 or 66.42% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 176 - color contains mainly: green. Hex color #20B039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B039 is #DF4FC6. Grayscale: #777777. Windows color (decimal): -14634951 or 3780640. OLE color: 3780640.
HSL color Cylindrical-coordinate representation of color #20B039: hue angle of 130.42º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B039 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 176 | 57 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.31 |
| HSL | 130.42º | 0.69% | 0.41% | - |
| HSV(B) | 130.42º | 0.82% | 0.69% | - |
| XYZ | 16.86 | 31.65 | 9.09 | - |
| YUV | 119.38 | 92.79 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 176 | 57 | 0.82 | 0 | 0.68 | 0.31 | 130.42 | 0.69 | 0.41 |
| Hex | 20 | B0 | 39 | 52 | 0 | 44 | 1F | 82 | 45 | 29 |
| Octal | 40 | 260 | 71 | 122 | 0 | 104 | 37 | 202 | 105 | 51 |
| Binary | 100000 | 10110000 | 111001 | 1010010 | 0 | 1000100 | 11111 | 10000010 | 1000101 | 101001 |
Color Harmonies of #20B039
Complementary color
Monochromatic Colors of #20B039
Black with #20B039
Text Example
Text Example
White with #20B039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B039; }
p { color: rgb(32,176,57); }
H1.HeaderClassName
{
color: #20B039;
}
.AnyTagClassName
{
color: #20B039;
}
</style>
background-color css
<style>
a { background-color: #20B039; }
a { background-color: rgb(32,176,57); }
div.DivClassName
{
background-color: #20B039;
}
.BgClassName
{
background-color: #20B039;
}
</style>
border-color css
<style>
span { border-color: #20B039; }
span { border-color: rgb(32,176,57); }
td.TdClassName
{
border-color: #20B039;
}
.TagClassName
{
border-color: #20B039;
}
</style>