Shades of Islamic Green #21B30C
Tints of Islamic Green #21B30C
RGB
CMYK
RGB Variations
Color information
#21B30C (or 0x21B30C) is known color: Islamic Green. HEX triplet: 21, B3 and 0C. RGB value is (33,179,12). Sum of RGB (Red+Green+Blue) = 33+179+12=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 179 (70.31% from 255 or 79.91% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 179 - color contains mainly: green. Hex color #21B30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B30C is #DE4CF3. Grayscale: #747474. Windows color (decimal): -14568692 or 832289. OLE color: 832289.
HSL color Cylindrical-coordinate representation of color #21B30C: hue angle of 112.46º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21B30C is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 179 | 12 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.30 |
| HSL | 112.46º | 0.87% | 0.37% | - |
| HSV(B) | 112.46º | 0.93% | 0.7% | - |
| XYZ | 16.81 | 32.59 | 5.75 | - |
| YUV | 116.31 | 69.13 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 179 | 12 | 0.82 | 0 | 0.93 | 0.30 | 112.46 | 0.87 | 0.37 |
| Hex | 21 | B3 | C | 52 | 0 | 5D | 1E | 70 | 57 | 25 |
| Octal | 41 | 263 | 14 | 122 | 0 | 135 | 36 | 160 | 127 | 45 |
| Binary | 100001 | 10110011 | 1100 | 1010010 | 0 | 1011101 | 11110 | 1110000 | 1010111 | 100101 |
Color Harmonies of #21B30C
Complementary color
Monochromatic Colors of #21B30C
Black with #21B30C
Text Example
Text Example
White with #21B30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B30C; }
p { color: rgb(33,179,12); }
H1.HeaderClassName
{
color: #21B30C;
}
.AnyTagClassName
{
color: #21B30C;
}
</style>
background-color css
<style>
a { background-color: #21B30C; }
a { background-color: rgb(33,179,12); }
div.DivClassName
{
background-color: #21B30C;
}
.BgClassName
{
background-color: #21B30C;
}
</style>
border-color css
<style>
span { border-color: #21B30C; }
span { border-color: rgb(33,179,12); }
td.TdClassName
{
border-color: #21B30C;
}
.TagClassName
{
border-color: #21B30C;
}
</style>