Shades of Dark Pastel Green #20C245
Tints of Dark Pastel Green #20C245
RGB
CMYK
RGB Variations
Color information
#20C245 (or 0x20C245) is known color: Dark Pastel Green. HEX triplet: 20, C2 and 45. RGB value is (32,194,69). Sum of RGB (Red+Green+Blue) = 32+194+69=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #20C245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C245 is #DF3DBA. Grayscale: #838383. Windows color (decimal): -14630331 or 4571680. OLE color: 4571680.
HSL color Cylindrical-coordinate representation of color #20C245: hue angle of 133.7º 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 #20C245 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 69 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.24 |
| HSL | 133.7º | 0.72% | 0.44% | - |
| HSV(B) | 133.7º | 0.84% | 0.76% | - |
| XYZ | 20.96 | 39.32 | 12.12 | - |
| YUV | 131.31 | 92.83 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 69 | 0.84 | 0 | 0.64 | 0.24 | 133.7 | 0.72 | 0.44 |
| Hex | 20 | C2 | 45 | 54 | 0 | 40 | 18 | 86 | 48 | 2C |
| Octal | 40 | 302 | 105 | 124 | 0 | 100 | 30 | 206 | 110 | 54 |
| Binary | 100000 | 11000010 | 1000101 | 1010100 | 0 | 1000000 | 11000 | 10000110 | 1001000 | 101100 |
Color Harmonies of #20C245
Complementary color
Monochromatic Colors of #20C245
Black with #20C245
Text Example
Text Example
White with #20C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C245; }
p { color: rgb(32,194,69); }
H1.HeaderClassName
{
color: #20C245;
}
.AnyTagClassName
{
color: #20C245;
}
</style>
background-color css
<style>
a { background-color: #20C245; }
a { background-color: rgb(32,194,69); }
div.DivClassName
{
background-color: #20C245;
}
.BgClassName
{
background-color: #20C245;
}
</style>
border-color css
<style>
span { border-color: #20C245; }
span { border-color: rgb(32,194,69); }
td.TdClassName
{
border-color: #20C245;
}
.TagClassName
{
border-color: #20C245;
}
</style>