Shades of Dark Pastel Green #20C042
Tints of Dark Pastel Green #20C042
RGB
CMYK
RGB Variations
Color information
#20C042 (or 0x20C042) is known color: Dark Pastel Green. HEX triplet: 20, C0 and 42. RGB value is (32,192,66). Sum of RGB (Red+Green+Blue) = 32+192+66=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #20C042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C042 is #DF3FBD. Grayscale: #828282. Windows color (decimal): -14630846 or 4374560. OLE color: 4374560.
HSL color Cylindrical-coordinate representation of color #20C042: hue angle of 132.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C042 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 66 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.25 |
| HSL | 132.75º | 0.71% | 0.44% | - |
| HSV(B) | 132.75º | 0.83% | 0.75% | - |
| XYZ | 20.43 | 38.4 | 11.49 | - |
| YUV | 129.8 | 91.99 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 66 | 0.83 | 0 | 0.66 | 0.25 | 132.75 | 0.71 | 0.44 |
| Hex | 20 | C0 | 42 | 53 | 0 | 42 | 19 | 85 | 47 | 2C |
| Octal | 40 | 300 | 102 | 123 | 0 | 102 | 31 | 205 | 107 | 54 |
| Binary | 100000 | 11000000 | 1000010 | 1010011 | 0 | 1000010 | 11001 | 10000101 | 1000111 | 101100 |
Color Harmonies of #20C042
Complementary color
Monochromatic Colors of #20C042
Black with #20C042
Text Example
Text Example
White with #20C042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C042; }
p { color: rgb(32,192,66); }
H1.HeaderClassName
{
color: #20C042;
}
.AnyTagClassName
{
color: #20C042;
}
</style>
background-color css
<style>
a { background-color: #20C042; }
a { background-color: rgb(32,192,66); }
div.DivClassName
{
background-color: #20C042;
}
.BgClassName
{
background-color: #20C042;
}
</style>
border-color css
<style>
span { border-color: #20C042; }
span { border-color: rgb(32,192,66); }
td.TdClassName
{
border-color: #20C042;
}
.TagClassName
{
border-color: #20C042;
}
</style>