Shades of Dark Pastel Green #21B547
Tints of Dark Pastel Green #21B547
RGB
CMYK
RGB Variations
Color information
#21B547 (or 0x21B547) is known color: Dark Pastel Green. HEX triplet: 21, B5 and 47. RGB value is (33,181,71). Sum of RGB (Red+Green+Blue) = 33+181+71=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 181 (71.09% from 255 or 63.51% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 181 - color contains mainly: green. Hex color #21B547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B547 is #DE4AB8. Grayscale: #7C7C7C. Windows color (decimal): -14568121 or 4699425. OLE color: 4699425.
HSL color Cylindrical-coordinate representation of color #21B547: hue angle of 135.41º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B547 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 181 | 71 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.29 |
| HSL | 135.41º | 0.69% | 0.42% | - |
| HSV(B) | 135.41º | 0.82% | 0.71% | - |
| XYZ | 18.29 | 33.83 | 11.53 | - |
| YUV | 124.21 | 97.97 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 181 | 71 | 0.82 | 0 | 0.61 | 0.29 | 135.41 | 0.69 | 0.42 |
| Hex | 21 | B5 | 47 | 52 | 0 | 3D | 1D | 87 | 45 | 2A |
| Octal | 41 | 265 | 107 | 122 | 0 | 75 | 35 | 207 | 105 | 52 |
| Binary | 100001 | 10110101 | 1000111 | 1010010 | 0 | 111101 | 11101 | 10000111 | 1000101 | 101010 |
Color Harmonies of #21B547
Complementary color
Monochromatic Colors of #21B547
Black with #21B547
Text Example
Text Example
White with #21B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B547; }
p { color: rgb(33,181,71); }
H1.HeaderClassName
{
color: #21B547;
}
.AnyTagClassName
{
color: #21B547;
}
</style>
background-color css
<style>
a { background-color: #21B547; }
a { background-color: rgb(33,181,71); }
div.DivClassName
{
background-color: #21B547;
}
.BgClassName
{
background-color: #21B547;
}
</style>
border-color css
<style>
span { border-color: #21B547; }
span { border-color: rgb(33,181,71); }
td.TdClassName
{
border-color: #21B547;
}
.TagClassName
{
border-color: #21B547;
}
</style>