Shades of Islamic Green #21B302
Tints of Islamic Green #21B302
RGB
CMYK
RGB Variations
Color information
#21B302 (or 0x21B302) is known color: Islamic Green. HEX triplet: 21, B3 and 02. RGB value is (33,179,2). Sum of RGB (Red+Green+Blue) = 33+179+2=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 179 (70.31% from 255 or 83.64% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 179 - color contains mainly: green. Hex color #21B302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B302 is #DE4CFD. Grayscale: #737373. Windows color (decimal): -14568702 or 176929. OLE color: 176929.
HSL color Cylindrical-coordinate representation of color #21B302: hue angle of 109.49º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21B302 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 179 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.30 |
| HSL | 109.49º | 0.98% | 0.35% | - |
| HSV(B) | 109.49º | 0.99% | 0.7% | - |
| XYZ | 16.76 | 32.57 | 5.46 | - |
| YUV | 115.17 | 64.13 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 179 | 2 | 0.82 | 0 | 0.99 | 0.30 | 109.49 | 0.98 | 0.35 |
| Hex | 21 | B3 | 2 | 52 | 0 | 63 | 1E | 6D | 62 | 23 |
| Octal | 41 | 263 | 2 | 122 | 0 | 143 | 36 | 155 | 142 | 43 |
| Binary | 100001 | 10110011 | 10 | 1010010 | 0 | 1100011 | 11110 | 1101101 | 1100010 | 100011 |
Color Harmonies of #21B302
Complementary color
Monochromatic Colors of #21B302
Black with #21B302
Text Example
Text Example
White with #21B302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B302; }
p { color: rgb(33,179,2); }
H1.HeaderClassName
{
color: #21B302;
}
.AnyTagClassName
{
color: #21B302;
}
</style>
background-color css
<style>
a { background-color: #21B302; }
a { background-color: rgb(33,179,2); }
div.DivClassName
{
background-color: #21B302;
}
.BgClassName
{
background-color: #21B302;
}
</style>
border-color css
<style>
span { border-color: #21B302; }
span { border-color: rgb(33,179,2); }
td.TdClassName
{
border-color: #21B302;
}
.TagClassName
{
border-color: #21B302;
}
</style>