Shades of Islamic Green #21B30A
Tints of Islamic Green #21B30A
RGB
CMYK
RGB Variations
Color information
#21B30A (or 0x21B30A) is known color: Islamic Green. HEX triplet: 21, B3 and 0A. RGB value is (33,179,10). Sum of RGB (Red+Green+Blue) = 33+179+10=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 179 (70.31% from 255 or 80.63% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 179 - color contains mainly: green. Hex color #21B30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B30A is #DE4CF5. Grayscale: #747474. Windows color (decimal): -14568694 or 701217. OLE color: 701217.
HSL color Cylindrical-coordinate representation of color #21B30A: hue angle of 111.83º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21B30A is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 179 | 10 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.30 |
| HSL | 111.83º | 0.89% | 0.37% | - |
| HSV(B) | 111.83º | 0.94% | 0.7% | - |
| XYZ | 16.8 | 32.59 | 5.69 | - |
| YUV | 116.08 | 68.13 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 179 | 10 | 0.82 | 0 | 0.94 | 0.30 | 111.83 | 0.89 | 0.37 |
| Hex | 21 | B3 | A | 52 | 0 | 5E | 1E | 70 | 59 | 25 |
| Octal | 41 | 263 | 12 | 122 | 0 | 136 | 36 | 160 | 131 | 45 |
| Binary | 100001 | 10110011 | 1010 | 1010010 | 0 | 1011110 | 11110 | 1110000 | 1011001 | 100101 |
Color Harmonies of #21B30A
Complementary color
Monochromatic Colors of #21B30A
Black with #21B30A
Text Example
Text Example
White with #21B30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B30A; }
p { color: rgb(33,179,10); }
H1.HeaderClassName
{
color: #21B30A;
}
.AnyTagClassName
{
color: #21B30A;
}
</style>
background-color css
<style>
a { background-color: #21B30A; }
a { background-color: rgb(33,179,10); }
div.DivClassName
{
background-color: #21B30A;
}
.BgClassName
{
background-color: #21B30A;
}
</style>
border-color css
<style>
span { border-color: #21B30A; }
span { border-color: rgb(33,179,10); }
td.TdClassName
{
border-color: #21B30A;
}
.TagClassName
{
border-color: #21B30A;
}
</style>