Shades of Dark Pastel Green #20C744
Tints of Dark Pastel Green #20C744
RGB
CMYK
RGB Variations
Color information
#20C744 (or 0x20C744) is known color: Dark Pastel Green. HEX triplet: 20, C7 and 44. RGB value is (32,199,68). Sum of RGB (Red+Green+Blue) = 32+199+68=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 199 (78.12% from 255 or 66.56% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 199 - color contains mainly: green. Hex color #20C744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C744 is #DF38BB. Grayscale: #868686. Windows color (decimal): -14629052 or 4507424. OLE color: 4507424.
HSL color Cylindrical-coordinate representation of color #20C744: hue angle of 132.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C744 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 199 | 68 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.22 |
| HSL | 132.93º | 0.72% | 0.45% | - |
| HSV(B) | 132.93º | 0.84% | 0.78% | - |
| XYZ | 22.06 | 41.57 | 12.33 | - |
| YUV | 134.13 | 90.67 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 199 | 68 | 0.84 | 0 | 0.66 | 0.22 | 132.93 | 0.72 | 0.45 |
| Hex | 20 | C7 | 44 | 54 | 0 | 42 | 16 | 85 | 48 | 2D |
| Octal | 40 | 307 | 104 | 124 | 0 | 102 | 26 | 205 | 110 | 55 |
| Binary | 100000 | 11000111 | 1000100 | 1010100 | 0 | 1000010 | 10110 | 10000101 | 1001000 | 101101 |
Color Harmonies of #20C744
Complementary color
Monochromatic Colors of #20C744
Black with #20C744
Text Example
Text Example
White with #20C744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C744; }
p { color: rgb(32,199,68); }
H1.HeaderClassName
{
color: #20C744;
}
.AnyTagClassName
{
color: #20C744;
}
</style>
background-color css
<style>
a { background-color: #20C744; }
a { background-color: rgb(32,199,68); }
div.DivClassName
{
background-color: #20C744;
}
.BgClassName
{
background-color: #20C744;
}
</style>
border-color css
<style>
span { border-color: #20C744; }
span { border-color: rgb(32,199,68); }
td.TdClassName
{
border-color: #20C744;
}
.TagClassName
{
border-color: #20C744;
}
</style>