Shades of Islamic Green #13B20B
Tints of Islamic Green #13B20B
RGB
CMYK
RGB Variations
Color information
#13B20B (or 0x13B20B) is known color: Islamic Green. HEX triplet: 13, B2 and 0B. RGB value is (19,178,11). Sum of RGB (Red+Green+Blue) = 19+178+11=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 178 (69.92% from 255 or 85.58% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 178 - color contains mainly: green. Hex color #13B20B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13B20B is #EC4DF4. Grayscale: #6F6F6F. Windows color (decimal): -15486453 or 766483. OLE color: 766483.
HSL color Cylindrical-coordinate representation of color #13B20B: hue angle of 117.13º degrees, saturation: 0.88, 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 #13B20B is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 178 | 11 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.30 |
| HSL | 117.13º | 0.88% | 0.37% | - |
| HSV(B) | 117.13º | 0.94% | 0.7% | - |
| XYZ | 16.25 | 32 | 5.64 | - |
| YUV | 111.42 | 71.32 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 178 | 11 | 0.89 | 0 | 0.94 | 0.30 | 117.13 | 0.88 | 0.37 |
| Hex | 13 | B2 | B | 59 | 0 | 5E | 1E | 75 | 58 | 25 |
| Octal | 23 | 262 | 13 | 131 | 0 | 136 | 36 | 165 | 130 | 45 |
| Binary | 10011 | 10110010 | 1011 | 1011001 | 0 | 1011110 | 11110 | 1110101 | 1011000 | 100101 |
Color Harmonies of #13B20B
Complementary color
Monochromatic Colors of #13B20B
Black with #13B20B
Text Example
Text Example
White with #13B20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B20B; }
p { color: rgb(19,178,11); }
H1.HeaderClassName
{
color: #13B20B;
}
.AnyTagClassName
{
color: #13B20B;
}
</style>
background-color css
<style>
a { background-color: #13B20B; }
a { background-color: rgb(19,178,11); }
div.DivClassName
{
background-color: #13B20B;
}
.BgClassName
{
background-color: #13B20B;
}
</style>
border-color css
<style>
span { border-color: #13B20B; }
span { border-color: rgb(19,178,11); }
td.TdClassName
{
border-color: #13B20B;
}
.TagClassName
{
border-color: #13B20B;
}
</style>