Shades of Dark Pastel Green #21C042
Tints of Dark Pastel Green #21C042
RGB
CMYK
RGB Variations
Color information
#21C042 (or 0x21C042) is known color: Dark Pastel Green. HEX triplet: 21, C0 and 42. RGB value is (33,192,66). Sum of RGB (Red+Green+Blue) = 33+192+66=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #21C042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C042 is #DE3FBD. Grayscale: #828282. Windows color (decimal): -14565310 or 4374561. OLE color: 4374561.
HSL color Cylindrical-coordinate representation of color #21C042: hue angle of 132.45º 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 #21C042 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 66 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.25 |
| HSL | 132.45º | 0.71% | 0.44% | - |
| HSV(B) | 132.45º | 0.83% | 0.75% | - |
| XYZ | 20.46 | 38.42 | 11.49 | - |
| YUV | 130.1 | 91.82 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 66 | 0.83 | 0 | 0.66 | 0.25 | 132.45 | 0.71 | 0.44 |
| Hex | 21 | C0 | 42 | 53 | 0 | 42 | 19 | 84 | 47 | 2C |
| Octal | 41 | 300 | 102 | 123 | 0 | 102 | 31 | 204 | 107 | 54 |
| Binary | 100001 | 11000000 | 1000010 | 1010011 | 0 | 1000010 | 11001 | 10000100 | 1000111 | 101100 |
Color Harmonies of #21C042
Complementary color
Monochromatic Colors of #21C042
Black with #21C042
Text Example
Text Example
White with #21C042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C042; }
p { color: rgb(33,192,66); }
H1.HeaderClassName
{
color: #21C042;
}
.AnyTagClassName
{
color: #21C042;
}
</style>
background-color css
<style>
a { background-color: #21C042; }
a { background-color: rgb(33,192,66); }
div.DivClassName
{
background-color: #21C042;
}
.BgClassName
{
background-color: #21C042;
}
</style>
border-color css
<style>
span { border-color: #21C042; }
span { border-color: rgb(33,192,66); }
td.TdClassName
{
border-color: #21C042;
}
.TagClassName
{
border-color: #21C042;
}
</style>