Shades of Dark Pastel Green #21B749
Tints of Dark Pastel Green #21B749
RGB
CMYK
RGB Variations
Color information
#21B749 (or 0x21B749) is known color: Dark Pastel Green. HEX triplet: 21, B7 and 49. RGB value is (33,183,73). Sum of RGB (Red+Green+Blue) = 33+183+73=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 183 (71.88% from 255 or 63.32% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 183 - color contains mainly: green. Hex color #21B749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B749 is #DE48B6. Grayscale: #7D7D7D. Windows color (decimal): -14567607 or 4831009. OLE color: 4831009.
HSL color Cylindrical-coordinate representation of color #21B749: hue angle of 136º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B749 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 183 | 73 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.28 |
| HSL | 136º | 0.69% | 0.42% | - |
| HSV(B) | 136º | 0.82% | 0.72% | - |
| XYZ | 18.76 | 34.67 | 12.01 | - |
| YUV | 125.61 | 98.31 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 183 | 73 | 0.82 | 0 | 0.60 | 0.28 | 136 | 0.69 | 0.42 |
| Hex | 21 | B7 | 49 | 52 | 0 | 3C | 1C | 88 | 45 | 2A |
| Octal | 41 | 267 | 111 | 122 | 0 | 74 | 34 | 210 | 105 | 52 |
| Binary | 100001 | 10110111 | 1001001 | 1010010 | 0 | 111100 | 11100 | 10001000 | 1000101 | 101010 |
Color Harmonies of #21B749
Complementary color
Monochromatic Colors of #21B749
Black with #21B749
Text Example
Text Example
White with #21B749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B749; }
p { color: rgb(33,183,73); }
H1.HeaderClassName
{
color: #21B749;
}
.AnyTagClassName
{
color: #21B749;
}
</style>
background-color css
<style>
a { background-color: #21B749; }
a { background-color: rgb(33,183,73); }
div.DivClassName
{
background-color: #21B749;
}
.BgClassName
{
background-color: #21B749;
}
</style>
border-color css
<style>
span { border-color: #21B749; }
span { border-color: rgb(33,183,73); }
td.TdClassName
{
border-color: #21B749;
}
.TagClassName
{
border-color: #21B749;
}
</style>