Shades of Islamic Green #1B9505
Tints of Islamic Green #1B9505
RGB
CMYK
RGB Variations
Color information
#1B9505 (or 0x1B9505) is known color: Islamic Green. HEX triplet: 1B, 95 and 05. RGB value is (27,149,5). Sum of RGB (Red+Green+Blue) = 27+149+5=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 149 (58.59% from 255 or 82.32% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 149 - color contains mainly: green. Hex color #1B9505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B9505 is #E46AFA. Grayscale: #606060. Windows color (decimal): -14969595 or 365851. OLE color: 365851.
HSL color Cylindrical-coordinate representation of color #1B9505: hue angle of 110.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B9505 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 149 | 5 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.42 |
| HSL | 110.83º | 0.94% | 0.3% | - |
| HSV(B) | 110.83º | 0.97% | 0.58% | - |
| XYZ | 11.23 | 21.74 | 3.75 | - |
| YUV | 96.11 | 76.58 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 149 | 5 | 0.82 | 0 | 0.97 | 0.42 | 110.83 | 0.94 | 0.3 |
| Hex | 1B | 95 | 5 | 52 | 0 | 61 | 2A | 6F | 5E | 1E |
| Octal | 33 | 225 | 5 | 122 | 0 | 141 | 52 | 157 | 136 | 36 |
| Binary | 11011 | 10010101 | 101 | 1010010 | 0 | 1100001 | 101010 | 1101111 | 1011110 | 11110 |
Color Harmonies of #1B9505
Complementary color
Monochromatic Colors of #1B9505
Black with #1B9505
Text Example
Text Example
White with #1B9505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9505; }
p { color: rgb(27,149,5); }
H1.HeaderClassName
{
color: #1B9505;
}
.AnyTagClassName
{
color: #1B9505;
}
</style>
background-color css
<style>
a { background-color: #1B9505; }
a { background-color: rgb(27,149,5); }
div.DivClassName
{
background-color: #1B9505;
}
.BgClassName
{
background-color: #1B9505;
}
</style>
border-color css
<style>
span { border-color: #1B9505; }
span { border-color: rgb(27,149,5); }
td.TdClassName
{
border-color: #1B9505;
}
.TagClassName
{
border-color: #1B9505;
}
</style>