Shades of Islamic Green #219D02
Tints of Islamic Green #219D02
RGB
CMYK
RGB Variations
Color information
#219D02 (or 0x219D02) is known color: Islamic Green. HEX triplet: 21, 9D and 02. RGB value is (33,157,2). Sum of RGB (Red+Green+Blue) = 33+157+2=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 157 (61.72% from 255 or 81.77% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 157 - color contains mainly: green. Hex color #219D02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #219D02 is #DE62FD. Grayscale: #666666. Windows color (decimal): -14574334 or 171297. OLE color: 171297.
HSL color Cylindrical-coordinate representation of color #219D02: hue angle of 108º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #219D02 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 157 | 2 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.38 |
| HSL | 108º | 0.97% | 0.31% | - |
| HSV(B) | 108º | 0.99% | 0.62% | - |
| XYZ | 12.7 | 24.44 | 4.11 | - |
| YUV | 102.25 | 71.42 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 2 | 0.79 | 0 | 0.99 | 0.38 | 108 | 0.97 | 0.31 |
| Hex | 21 | 9D | 2 | 4F | 0 | 63 | 26 | 6C | 61 | 1F |
| Octal | 41 | 235 | 2 | 117 | 0 | 143 | 46 | 154 | 141 | 37 |
| Binary | 100001 | 10011101 | 10 | 1001111 | 0 | 1100011 | 100110 | 1101100 | 1100001 | 11111 |
Color Harmonies of #219D02
Complementary color
Monochromatic Colors of #219D02
Black with #219D02
Text Example
Text Example
White with #219D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219D02; }
p { color: rgb(33,157,2); }
H1.HeaderClassName
{
color: #219D02;
}
.AnyTagClassName
{
color: #219D02;
}
</style>
background-color css
<style>
a { background-color: #219D02; }
a { background-color: rgb(33,157,2); }
div.DivClassName
{
background-color: #219D02;
}
.BgClassName
{
background-color: #219D02;
}
</style>
border-color css
<style>
span { border-color: #219D02; }
span { border-color: rgb(33,157,2); }
td.TdClassName
{
border-color: #219D02;
}
.TagClassName
{
border-color: #219D02;
}
</style>