Shades of Dark Pastel Green #21B046
Tints of Dark Pastel Green #21B046
RGB
CMYK
RGB Variations
Color information
#21B046 (or 0x21B046) is known color: Dark Pastel Green. HEX triplet: 21, B0 and 46. RGB value is (33,176,70). Sum of RGB (Red+Green+Blue) = 33+176+70=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 176 (69.14% from 255 or 63.08% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 176 - color contains mainly: green. Hex color #21B046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B046 is #DE4FB9. Grayscale: #797979. Windows color (decimal): -14569402 or 4632609. OLE color: 4632609.
HSL color Cylindrical-coordinate representation of color #21B046: hue angle of 135.52º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B046 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 176 | 70 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.31 |
| HSL | 135.52º | 0.68% | 0.41% | - |
| HSV(B) | 135.52º | 0.81% | 0.69% | - |
| XYZ | 17.26 | 31.82 | 11.03 | - |
| YUV | 121.16 | 99.12 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 176 | 70 | 0.81 | 0 | 0.60 | 0.31 | 135.52 | 0.68 | 0.41 |
| Hex | 21 | B0 | 46 | 51 | 0 | 3C | 1F | 88 | 44 | 29 |
| Octal | 41 | 260 | 106 | 121 | 0 | 74 | 37 | 210 | 104 | 51 |
| Binary | 100001 | 10110000 | 1000110 | 1010001 | 0 | 111100 | 11111 | 10001000 | 1000100 | 101001 |
Color Harmonies of #21B046
Complementary color
Monochromatic Colors of #21B046
Black with #21B046
Text Example
Text Example
White with #21B046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B046; }
p { color: rgb(33,176,70); }
H1.HeaderClassName
{
color: #21B046;
}
.AnyTagClassName
{
color: #21B046;
}
</style>
background-color css
<style>
a { background-color: #21B046; }
a { background-color: rgb(33,176,70); }
div.DivClassName
{
background-color: #21B046;
}
.BgClassName
{
background-color: #21B046;
}
</style>
border-color css
<style>
span { border-color: #21B046; }
span { border-color: rgb(33,176,70); }
td.TdClassName
{
border-color: #21B046;
}
.TagClassName
{
border-color: #21B046;
}
</style>