Shades of Dark Pastel Green #20C244
Tints of Dark Pastel Green #20C244
RGB
CMYK
RGB Variations
Color information
#20C244 (or 0x20C244) is known color: Dark Pastel Green. HEX triplet: 20, C2 and 44. RGB value is (32,194,68). Sum of RGB (Red+Green+Blue) = 32+194+68=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 194 (76.17% from 255 or 65.99% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 194 - color contains mainly: green. Hex color #20C244 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C244 is #DF3DBB. Grayscale: #838383. Windows color (decimal): -14630332 or 4506144. OLE color: 4506144.
HSL color Cylindrical-coordinate representation of color #20C244: hue angle of 133.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C244 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 68 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.24 |
| HSL | 133.33º | 0.72% | 0.44% | - |
| HSV(B) | 133.33º | 0.84% | 0.76% | - |
| XYZ | 20.93 | 39.31 | 11.95 | - |
| YUV | 131.2 | 92.33 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 68 | 0.84 | 0 | 0.65 | 0.24 | 133.33 | 0.72 | 0.44 |
| Hex | 20 | C2 | 44 | 54 | 0 | 41 | 18 | 85 | 48 | 2C |
| Octal | 40 | 302 | 104 | 124 | 0 | 101 | 30 | 205 | 110 | 54 |
| Binary | 100000 | 11000010 | 1000100 | 1010100 | 0 | 1000001 | 11000 | 10000101 | 1001000 | 101100 |
Color Harmonies of #20C244
Complementary color
Monochromatic Colors of #20C244
Black with #20C244
Text Example
Text Example
White with #20C244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C244; }
p { color: rgb(32,194,68); }
H1.HeaderClassName
{
color: #20C244;
}
.AnyTagClassName
{
color: #20C244;
}
</style>
background-color css
<style>
a { background-color: #20C244; }
a { background-color: rgb(32,194,68); }
div.DivClassName
{
background-color: #20C244;
}
.BgClassName
{
background-color: #20C244;
}
</style>
border-color css
<style>
span { border-color: #20C244; }
span { border-color: rgb(32,194,68); }
td.TdClassName
{
border-color: #20C244;
}
.TagClassName
{
border-color: #20C244;
}
</style>