Shades of Islamic Green #138D03
Tints of Islamic Green #138D03
RGB
CMYK
RGB Variations
Color information
#138D03 (or 0x138D03) is known color: Islamic Green. HEX triplet: 13, 8D and 03. RGB value is (19,141,3). Sum of RGB (Red+Green+Blue) = 19+141+3=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 141 (55.47% from 255 or 86.50% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 141 - color contains mainly: green. Hex color #138D03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138D03 is #EC72FC. Grayscale: #595959. Windows color (decimal): -15495933 or 232723. OLE color: 232723.
HSL color Cylindrical-coordinate representation of color #138D03: hue angle of 113.04º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #138D03 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 3 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.45 |
| HSL | 113.04º | 0.96% | 0.28% | - |
| HSV(B) | 113.04º | 0.98% | 0.55% | - |
| XYZ | 9.81 | 19.19 | 3.27 | - |
| YUV | 88.79 | 79.58 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 3 | 0.87 | 0 | 0.98 | 0.45 | 113.04 | 0.96 | 0.28 |
| Hex | 13 | 8D | 3 | 57 | 0 | 62 | 2D | 71 | 60 | 1C |
| Octal | 23 | 215 | 3 | 127 | 0 | 142 | 55 | 161 | 140 | 34 |
| Binary | 10011 | 10001101 | 11 | 1010111 | 0 | 1100010 | 101101 | 1110001 | 1100000 | 11100 |
Color Harmonies of #138D03
Complementary color
Monochromatic Colors of #138D03
Black with #138D03
Text Example
Text Example
White with #138D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D03; }
p { color: rgb(19,141,3); }
H1.HeaderClassName
{
color: #138D03;
}
.AnyTagClassName
{
color: #138D03;
}
</style>
background-color css
<style>
a { background-color: #138D03; }
a { background-color: rgb(19,141,3); }
div.DivClassName
{
background-color: #138D03;
}
.BgClassName
{
background-color: #138D03;
}
</style>
border-color css
<style>
span { border-color: #138D03; }
span { border-color: rgb(19,141,3); }
td.TdClassName
{
border-color: #138D03;
}
.TagClassName
{
border-color: #138D03;
}
</style>