Shades of Islamic Green #21B804
Tints of Islamic Green #21B804
RGB
CMYK
RGB Variations
Color information
#21B804 (or 0x21B804) is known color: Islamic Green. HEX triplet: 21, B8 and 04. RGB value is (33,184,4). Sum of RGB (Red+Green+Blue) = 33+184+4=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 184 (72.27% from 255 or 83.26% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 184 - color contains mainly: green. Hex color #21B804 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B804 is #DE47FB. Grayscale: #767676. Windows color (decimal): -14567420 or 309281. OLE color: 309281.
HSL color Cylindrical-coordinate representation of color #21B804: hue angle of 110.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21B804 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 184 | 4 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.28 |
| HSL | 110.33º | 0.96% | 0.37% | - |
| HSV(B) | 110.33º | 0.98% | 0.72% | - |
| XYZ | 17.79 | 34.61 | 5.86 | - |
| YUV | 118.33 | 63.47 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 184 | 4 | 0.82 | 0 | 0.98 | 0.28 | 110.33 | 0.96 | 0.37 |
| Hex | 21 | B8 | 4 | 52 | 0 | 62 | 1C | 6E | 60 | 25 |
| Octal | 41 | 270 | 4 | 122 | 0 | 142 | 34 | 156 | 140 | 45 |
| Binary | 100001 | 10111000 | 100 | 1010010 | 0 | 1100010 | 11100 | 1101110 | 1100000 | 100101 |
Color Harmonies of #21B804
Complementary color
Monochromatic Colors of #21B804
Black with #21B804
Text Example
Text Example
White with #21B804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B804; }
p { color: rgb(33,184,4); }
H1.HeaderClassName
{
color: #21B804;
}
.AnyTagClassName
{
color: #21B804;
}
</style>
background-color css
<style>
a { background-color: #21B804; }
a { background-color: rgb(33,184,4); }
div.DivClassName
{
background-color: #21B804;
}
.BgClassName
{
background-color: #21B804;
}
</style>
border-color css
<style>
span { border-color: #21B804; }
span { border-color: rgb(33,184,4); }
td.TdClassName
{
border-color: #21B804;
}
.TagClassName
{
border-color: #21B804;
}
</style>