Shades of Dark Pastel Green #20B846
Tints of Dark Pastel Green #20B846
RGB
CMYK
RGB Variations
Color information
#20B846 (or 0x20B846) is known color: Dark Pastel Green. HEX triplet: 20, B8 and 46. RGB value is (32,184,70). Sum of RGB (Red+Green+Blue) = 32+184+70=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 184 (72.27% from 255 or 64.34% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 184 - color contains mainly: green. Hex color #20B846 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B846 is #DF47B9. Grayscale: #7D7D7D. Windows color (decimal): -14632890 or 4634656. OLE color: 4634656.
HSL color Cylindrical-coordinate representation of color #20B846: hue angle of 135º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B846 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 184 | 70 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.28 |
| HSL | 135º | 0.7% | 0.42% | - |
| HSV(B) | 135º | 0.83% | 0.72% | - |
| XYZ | 18.84 | 35.03 | 11.56 | - |
| YUV | 125.56 | 96.64 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 184 | 70 | 0.83 | 0 | 0.62 | 0.28 | 135 | 0.7 | 0.42 |
| Hex | 20 | B8 | 46 | 53 | 0 | 3E | 1C | 87 | 46 | 2A |
| Octal | 40 | 270 | 106 | 123 | 0 | 76 | 34 | 207 | 106 | 52 |
| Binary | 100000 | 10111000 | 1000110 | 1010011 | 0 | 111110 | 11100 | 10000111 | 1000110 | 101010 |
Color Harmonies of #20B846
Complementary color
Monochromatic Colors of #20B846
Black with #20B846
Text Example
Text Example
White with #20B846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B846; }
p { color: rgb(32,184,70); }
H1.HeaderClassName
{
color: #20B846;
}
.AnyTagClassName
{
color: #20B846;
}
</style>
background-color css
<style>
a { background-color: #20B846; }
a { background-color: rgb(32,184,70); }
div.DivClassName
{
background-color: #20B846;
}
.BgClassName
{
background-color: #20B846;
}
</style>
border-color css
<style>
span { border-color: #20B846; }
span { border-color: rgb(32,184,70); }
td.TdClassName
{
border-color: #20B846;
}
.TagClassName
{
border-color: #20B846;
}
</style>