Shades of Dark Pastel Green #21BA44
Tints of Dark Pastel Green #21BA44
RGB
CMYK
RGB Variations
Color information
#21BA44 (or 0x21BA44) is known color: Dark Pastel Green. HEX triplet: 21, BA and 44. RGB value is (33,186,68). Sum of RGB (Red+Green+Blue) = 33+186+68=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BA44 is #DE45BB. Grayscale: #7F7F7F. Windows color (decimal): -14566844 or 4504097. OLE color: 4504097.
HSL color Cylindrical-coordinate representation of color #21BA44: hue angle of 133.73º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BA44 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 68 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.27 |
| HSL | 133.73º | 0.7% | 0.43% | - |
| HSV(B) | 133.73º | 0.82% | 0.73% | - |
| XYZ | 19.23 | 35.86 | 11.38 | - |
| YUV | 126.8 | 94.81 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 68 | 0.82 | 0 | 0.63 | 0.27 | 133.73 | 0.7 | 0.43 |
| Hex | 21 | BA | 44 | 52 | 0 | 3F | 1B | 86 | 46 | 2B |
| Octal | 41 | 272 | 104 | 122 | 0 | 77 | 33 | 206 | 106 | 53 |
| Binary | 100001 | 10111010 | 1000100 | 1010010 | 0 | 111111 | 11011 | 10000110 | 1000110 | 101011 |
Color Harmonies of #21BA44
Complementary color
Monochromatic Colors of #21BA44
Black with #21BA44
Text Example
Text Example
White with #21BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA44; }
p { color: rgb(33,186,68); }
H1.HeaderClassName
{
color: #21BA44;
}
.AnyTagClassName
{
color: #21BA44;
}
</style>
background-color css
<style>
a { background-color: #21BA44; }
a { background-color: rgb(33,186,68); }
div.DivClassName
{
background-color: #21BA44;
}
.BgClassName
{
background-color: #21BA44;
}
</style>
border-color css
<style>
span { border-color: #21BA44; }
span { border-color: rgb(33,186,68); }
td.TdClassName
{
border-color: #21BA44;
}
.TagClassName
{
border-color: #21BA44;
}
</style>