Shades of Islamic Green #13B211
Tints of Islamic Green #13B211
RGB
CMYK
RGB Variations
Color information
#13B211 (or 0x13B211) is known color: Islamic Green. HEX triplet: 13, B2 and 11. RGB value is (19,178,17). Sum of RGB (Red+Green+Blue) = 19+178+17=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 178 (69.92% from 255 or 83.18% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 178 - color contains mainly: green. Hex color #13B211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13B211 is #EC4DEE. Grayscale: #707070. Windows color (decimal): -15486447 or 1159699. OLE color: 1159699.
HSL color Cylindrical-coordinate representation of color #13B211: hue angle of 119.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B211 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 178 | 17 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.30 |
| HSL | 119.25º | 0.83% | 0.38% | - |
| HSV(B) | 119.25º | 0.9% | 0.7% | - |
| XYZ | 16.29 | 32.02 | 5.85 | - |
| YUV | 112.11 | 74.32 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 178 | 17 | 0.89 | 0 | 0.90 | 0.30 | 119.25 | 0.83 | 0.38 |
| Hex | 13 | B2 | 11 | 59 | 0 | 5A | 1E | 77 | 53 | 26 |
| Octal | 23 | 262 | 21 | 131 | 0 | 132 | 36 | 167 | 123 | 46 |
| Binary | 10011 | 10110010 | 10001 | 1011001 | 0 | 1011010 | 11110 | 1110111 | 1010011 | 100110 |
Color Harmonies of #13B211
Complementary color
Monochromatic Colors of #13B211
Black with #13B211
Text Example
Text Example
White with #13B211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B211; }
p { color: rgb(19,178,17); }
H1.HeaderClassName
{
color: #13B211;
}
.AnyTagClassName
{
color: #13B211;
}
</style>
background-color css
<style>
a { background-color: #13B211; }
a { background-color: rgb(19,178,17); }
div.DivClassName
{
background-color: #13B211;
}
.BgClassName
{
background-color: #13B211;
}
</style>
border-color css
<style>
span { border-color: #13B211; }
span { border-color: rgb(19,178,17); }
td.TdClassName
{
border-color: #13B211;
}
.TagClassName
{
border-color: #13B211;
}
</style>