Shades of Islamic Green #13B203
Tints of Islamic Green #13B203
RGB
CMYK
RGB Variations
Color information
#13B203 (or 0x13B203) is known color: Islamic Green. HEX triplet: 13, B2 and 03. RGB value is (19,178,3). Sum of RGB (Red+Green+Blue) = 19+178+3=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 178 (69.92% from 255 or 89% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 178 - color contains mainly: green. Hex color #13B203 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13B203 is #EC4DFC. Grayscale: #6F6F6F. Windows color (decimal): -15486461 or 242195. OLE color: 242195.
HSL color Cylindrical-coordinate representation of color #13B203: hue angle of 114.51º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13B203 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 178 | 3 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.30 |
| HSL | 114.51º | 0.97% | 0.35% | - |
| HSV(B) | 114.51º | 0.98% | 0.7% | - |
| XYZ | 16.21 | 31.99 | 5.41 | - |
| YUV | 110.51 | 67.32 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 178 | 3 | 0.89 | 0 | 0.98 | 0.30 | 114.51 | 0.97 | 0.35 |
| Hex | 13 | B2 | 3 | 59 | 0 | 62 | 1E | 73 | 61 | 23 |
| Octal | 23 | 262 | 3 | 131 | 0 | 142 | 36 | 163 | 141 | 43 |
| Binary | 10011 | 10110010 | 11 | 1011001 | 0 | 1100010 | 11110 | 1110011 | 1100001 | 100011 |
Color Harmonies of #13B203
Complementary color
Monochromatic Colors of #13B203
Black with #13B203
Text Example
Text Example
White with #13B203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B203; }
p { color: rgb(19,178,3); }
H1.HeaderClassName
{
color: #13B203;
}
.AnyTagClassName
{
color: #13B203;
}
</style>
background-color css
<style>
a { background-color: #13B203; }
a { background-color: rgb(19,178,3); }
div.DivClassName
{
background-color: #13B203;
}
.BgClassName
{
background-color: #13B203;
}
</style>
border-color css
<style>
span { border-color: #13B203; }
span { border-color: rgb(19,178,3); }
td.TdClassName
{
border-color: #13B203;
}
.TagClassName
{
border-color: #13B203;
}
</style>