Shades of Dark Pastel Green #21B752
Tints of Dark Pastel Green #21B752
RGB
CMYK
RGB Variations
Color information
#21B752 (or 0x21B752) is known color: Dark Pastel Green. HEX triplet: 21, B7 and 52. RGB value is (33,183,82). Sum of RGB (Red+Green+Blue) = 33+183+82=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 183 (71.88% from 255 or 61.41% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 183 - color contains mainly: green. Hex color #21B752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B752 is #DE48AD. Grayscale: #7E7E7E. Windows color (decimal): -14567598 or 5420833. OLE color: 5420833.
HSL color Cylindrical-coordinate representation of color #21B752: hue angle of 139.6º 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 #21B752 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 183 | 82 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.28 |
| HSL | 139.6º | 0.69% | 0.42% | - |
| HSV(B) | 139.6º | 0.82% | 0.72% | - |
| XYZ | 19.08 | 34.8 | 13.69 | - |
| YUV | 126.64 | 102.81 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 183 | 82 | 0.82 | 0 | 0.55 | 0.28 | 139.6 | 0.69 | 0.42 |
| Hex | 21 | B7 | 52 | 52 | 0 | 37 | 1C | 8C | 45 | 2A |
| Octal | 41 | 267 | 122 | 122 | 0 | 67 | 34 | 214 | 105 | 52 |
| Binary | 100001 | 10110111 | 1010010 | 1010010 | 0 | 110111 | 11100 | 10001100 | 1000101 | 101010 |
Color Harmonies of #21B752
Complementary color
Monochromatic Colors of #21B752
Black with #21B752
Text Example
Text Example
White with #21B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B752; }
p { color: rgb(33,183,82); }
H1.HeaderClassName
{
color: #21B752;
}
.AnyTagClassName
{
color: #21B752;
}
</style>
background-color css
<style>
a { background-color: #21B752; }
a { background-color: rgb(33,183,82); }
div.DivClassName
{
background-color: #21B752;
}
.BgClassName
{
background-color: #21B752;
}
</style>
border-color css
<style>
span { border-color: #21B752; }
span { border-color: rgb(33,183,82); }
td.TdClassName
{
border-color: #21B752;
}
.TagClassName
{
border-color: #21B752;
}
</style>