Shades of Dark Pastel Green #21C048
Tints of Dark Pastel Green #21C048
RGB
CMYK
RGB Variations
Color information
#21C048 (or 0x21C048) is known color: Dark Pastel Green. HEX triplet: 21, C0 and 48. RGB value is (33,192,72). Sum of RGB (Red+Green+Blue) = 33+192+72=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #21C048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C048 is #DE3FB7. Grayscale: #838383. Windows color (decimal): -14565304 or 4767777. OLE color: 4767777.
HSL color Cylindrical-coordinate representation of color #21C048: hue angle of 134.72º 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 #21C048 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 72 | - |
| CMYK | 0.83 | 0 | 0.63 | 0.25 |
| HSL | 134.72º | 0.71% | 0.44% | - |
| HSV(B) | 134.72º | 0.83% | 0.75% | - |
| XYZ | 20.65 | 38.49 | 12.47 | - |
| YUV | 130.78 | 94.82 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 72 | 0.83 | 0 | 0.63 | 0.25 | 134.72 | 0.71 | 0.44 |
| Hex | 21 | C0 | 48 | 53 | 0 | 3F | 19 | 87 | 47 | 2C |
| Octal | 41 | 300 | 110 | 123 | 0 | 77 | 31 | 207 | 107 | 54 |
| Binary | 100001 | 11000000 | 1001000 | 1010011 | 0 | 111111 | 11001 | 10000111 | 1000111 | 101100 |
Color Harmonies of #21C048
Complementary color
Monochromatic Colors of #21C048
Black with #21C048
Text Example
Text Example
White with #21C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C048; }
p { color: rgb(33,192,72); }
H1.HeaderClassName
{
color: #21C048;
}
.AnyTagClassName
{
color: #21C048;
}
</style>
background-color css
<style>
a { background-color: #21C048; }
a { background-color: rgb(33,192,72); }
div.DivClassName
{
background-color: #21C048;
}
.BgClassName
{
background-color: #21C048;
}
</style>
border-color css
<style>
span { border-color: #21C048; }
span { border-color: rgb(33,192,72); }
td.TdClassName
{
border-color: #21C048;
}
.TagClassName
{
border-color: #21C048;
}
</style>