Shades of Dark Pastel Green #20B249
Tints of Dark Pastel Green #20B249
RGB
CMYK
RGB Variations
Color information
#20B249 (or 0x20B249) is known color: Dark Pastel Green. HEX triplet: 20, B2 and 49. RGB value is (32,178,73). Sum of RGB (Red+Green+Blue) = 32+178+73=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 178 (69.92% from 255 or 62.90% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 178 - color contains mainly: green. Hex color #20B249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B249 is #DF4DB6. Grayscale: #7A7A7A. Windows color (decimal): -14634423 or 4829728. OLE color: 4829728.
HSL color Cylindrical-coordinate representation of color #20B249: hue angle of 136.85º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B249 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 178 | 73 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.30 |
| HSL | 136.85º | 0.7% | 0.41% | - |
| HSV(B) | 136.85º | 0.82% | 0.7% | - |
| XYZ | 17.72 | 32.63 | 11.67 | - |
| YUV | 122.38 | 100.13 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 178 | 73 | 0.82 | 0 | 0.59 | 0.30 | 136.85 | 0.7 | 0.41 |
| Hex | 20 | B2 | 49 | 52 | 0 | 3B | 1E | 89 | 46 | 29 |
| Octal | 40 | 262 | 111 | 122 | 0 | 73 | 36 | 211 | 106 | 51 |
| Binary | 100000 | 10110010 | 1001001 | 1010010 | 0 | 111011 | 11110 | 10001001 | 1000110 | 101001 |
Color Harmonies of #20B249
Complementary color
Monochromatic Colors of #20B249
Black with #20B249
Text Example
Text Example
White with #20B249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B249; }
p { color: rgb(32,178,73); }
H1.HeaderClassName
{
color: #20B249;
}
.AnyTagClassName
{
color: #20B249;
}
</style>
background-color css
<style>
a { background-color: #20B249; }
a { background-color: rgb(32,178,73); }
div.DivClassName
{
background-color: #20B249;
}
.BgClassName
{
background-color: #20B249;
}
</style>
border-color css
<style>
span { border-color: #20B249; }
span { border-color: rgb(32,178,73); }
td.TdClassName
{
border-color: #20B249;
}
.TagClassName
{
border-color: #20B249;
}
</style>