Shades of Dark Pastel Green #21C145
Tints of Dark Pastel Green #21C145
RGB
CMYK
RGB Variations
Color information
#21C145 (or 0x21C145) is known color: Dark Pastel Green. HEX triplet: 21, C1 and 45. RGB value is (33,193,69). Sum of RGB (Red+Green+Blue) = 33+193+69=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #21C145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C145 is #DE3EBA. Grayscale: #838383. Windows color (decimal): -14565051 or 4571425. OLE color: 4571425.
HSL color Cylindrical-coordinate representation of color #21C145: hue angle of 133.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C145 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 193 | 69 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.24 |
| HSL | 133.5º | 0.71% | 0.44% | - |
| HSV(B) | 133.5º | 0.83% | 0.76% | - |
| XYZ | 20.77 | 38.89 | 12.04 | - |
| YUV | 131.02 | 92.99 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 69 | 0.83 | 0 | 0.64 | 0.24 | 133.5 | 0.71 | 0.44 |
| Hex | 21 | C1 | 45 | 53 | 0 | 40 | 18 | 86 | 47 | 2C |
| Octal | 41 | 301 | 105 | 123 | 0 | 100 | 30 | 206 | 107 | 54 |
| Binary | 100001 | 11000001 | 1000101 | 1010011 | 0 | 1000000 | 11000 | 10000110 | 1000111 | 101100 |
Color Harmonies of #21C145
Complementary color
Monochromatic Colors of #21C145
Black with #21C145
Text Example
Text Example
White with #21C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C145; }
p { color: rgb(33,193,69); }
H1.HeaderClassName
{
color: #21C145;
}
.AnyTagClassName
{
color: #21C145;
}
</style>
background-color css
<style>
a { background-color: #21C145; }
a { background-color: rgb(33,193,69); }
div.DivClassName
{
background-color: #21C145;
}
.BgClassName
{
background-color: #21C145;
}
</style>
border-color css
<style>
span { border-color: #21C145; }
span { border-color: rgb(33,193,69); }
td.TdClassName
{
border-color: #21C145;
}
.TagClassName
{
border-color: #21C145;
}
</style>