Shades of Dark Pastel Green #20C045
Tints of Dark Pastel Green #20C045
RGB
CMYK
RGB Variations
Color information
#20C045 (or 0x20C045) is known color: Dark Pastel Green. HEX triplet: 20, C0 and 45. RGB value is (32,192,69). Sum of RGB (Red+Green+Blue) = 32+192+69=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #20C045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C045 is #DF3FBA. Grayscale: #828282. Windows color (decimal): -14630843 or 4571168. OLE color: 4571168.
HSL color Cylindrical-coordinate representation of color #20C045: hue angle of 133.88º 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 #20C045 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 69 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.25 |
| HSL | 133.88º | 0.71% | 0.44% | - |
| HSV(B) | 133.88º | 0.83% | 0.75% | - |
| XYZ | 20.52 | 38.44 | 11.97 | - |
| YUV | 130.14 | 93.49 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 69 | 0.83 | 0 | 0.64 | 0.25 | 133.88 | 0.71 | 0.44 |
| Hex | 20 | C0 | 45 | 53 | 0 | 40 | 19 | 86 | 47 | 2C |
| Octal | 40 | 300 | 105 | 123 | 0 | 100 | 31 | 206 | 107 | 54 |
| Binary | 100000 | 11000000 | 1000101 | 1010011 | 0 | 1000000 | 11001 | 10000110 | 1000111 | 101100 |
Color Harmonies of #20C045
Complementary color
Monochromatic Colors of #20C045
Black with #20C045
Text Example
Text Example
White with #20C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C045; }
p { color: rgb(32,192,69); }
H1.HeaderClassName
{
color: #20C045;
}
.AnyTagClassName
{
color: #20C045;
}
</style>
background-color css
<style>
a { background-color: #20C045; }
a { background-color: rgb(32,192,69); }
div.DivClassName
{
background-color: #20C045;
}
.BgClassName
{
background-color: #20C045;
}
</style>
border-color css
<style>
span { border-color: #20C045; }
span { border-color: rgb(32,192,69); }
td.TdClassName
{
border-color: #20C045;
}
.TagClassName
{
border-color: #20C045;
}
</style>