Shades of Dark Pastel Green #21B149
Tints of Dark Pastel Green #21B149
RGB
CMYK
RGB Variations
Color information
#21B149 (or 0x21B149) is known color: Dark Pastel Green. HEX triplet: 21, B1 and 49. RGB value is (33,177,73). Sum of RGB (Red+Green+Blue) = 33+177+73=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 177 (69.53% from 255 or 62.54% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 177 - color contains mainly: green. Hex color #21B149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B149 is #DE4EB6. Grayscale: #7A7A7A. Windows color (decimal): -14569143 or 4829473. OLE color: 4829473.
HSL color Cylindrical-coordinate representation of color #21B149: hue angle of 136.67º degrees, saturation: 0.69, 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 #21B149 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 73 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.31 |
| HSL | 136.67º | 0.69% | 0.41% | - |
| HSV(B) | 136.67º | 0.81% | 0.69% | - |
| XYZ | 17.55 | 32.25 | 11.6 | - |
| YUV | 122.09 | 100.29 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 73 | 0.81 | 0 | 0.59 | 0.31 | 136.67 | 0.69 | 0.41 |
| Hex | 21 | B1 | 49 | 51 | 0 | 3B | 1F | 89 | 45 | 29 |
| Octal | 41 | 261 | 111 | 121 | 0 | 73 | 37 | 211 | 105 | 51 |
| Binary | 100001 | 10110001 | 1001001 | 1010001 | 0 | 111011 | 11111 | 10001001 | 1000101 | 101001 |
Color Harmonies of #21B149
Complementary color
Monochromatic Colors of #21B149
Black with #21B149
Text Example
Text Example
White with #21B149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B149; }
p { color: rgb(33,177,73); }
H1.HeaderClassName
{
color: #21B149;
}
.AnyTagClassName
{
color: #21B149;
}
</style>
background-color css
<style>
a { background-color: #21B149; }
a { background-color: rgb(33,177,73); }
div.DivClassName
{
background-color: #21B149;
}
.BgClassName
{
background-color: #21B149;
}
</style>
border-color css
<style>
span { border-color: #21B149; }
span { border-color: rgb(33,177,73); }
td.TdClassName
{
border-color: #21B149;
}
.TagClassName
{
border-color: #21B149;
}
</style>