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