Shades of Dark Pastel Green #21B444
Tints of Dark Pastel Green #21B444
RGB
CMYK
RGB Variations
Color information
#21B444 (or 0x21B444) is known color: Dark Pastel Green. HEX triplet: 21, B4 and 44. RGB value is (33,180,68). Sum of RGB (Red+Green+Blue) = 33+180+68=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 180 (70.70% from 255 or 64.06% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 180 - color contains mainly: green. Hex color #21B444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B444 is #DE4BBB. Grayscale: #7B7B7B. Windows color (decimal): -14568380 or 4502561. OLE color: 4502561.
HSL color Cylindrical-coordinate representation of color #21B444: hue angle of 134.29º 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 #21B444 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 180 | 68 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.29 |
| HSL | 134.29º | 0.69% | 0.42% | - |
| HSV(B) | 134.29º | 0.82% | 0.71% | - |
| XYZ | 17.99 | 33.38 | 10.96 | - |
| YUV | 123.28 | 96.8 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 180 | 68 | 0.82 | 0 | 0.62 | 0.29 | 134.29 | 0.69 | 0.42 |
| Hex | 21 | B4 | 44 | 52 | 0 | 3E | 1D | 86 | 45 | 2A |
| Octal | 41 | 264 | 104 | 122 | 0 | 76 | 35 | 206 | 105 | 52 |
| Binary | 100001 | 10110100 | 1000100 | 1010010 | 0 | 111110 | 11101 | 10000110 | 1000101 | 101010 |
Color Harmonies of #21B444
Complementary color
Monochromatic Colors of #21B444
Black with #21B444
Text Example
Text Example
White with #21B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B444; }
p { color: rgb(33,180,68); }
H1.HeaderClassName
{
color: #21B444;
}
.AnyTagClassName
{
color: #21B444;
}
</style>
background-color css
<style>
a { background-color: #21B444; }
a { background-color: rgb(33,180,68); }
div.DivClassName
{
background-color: #21B444;
}
.BgClassName
{
background-color: #21B444;
}
</style>
border-color css
<style>
span { border-color: #21B444; }
span { border-color: rgb(33,180,68); }
td.TdClassName
{
border-color: #21B444;
}
.TagClassName
{
border-color: #21B444;
}
</style>