Shades of Islamic Green #1B9600
Tints of Islamic Green #1B9600
RGB
CMYK
RGB Variations
Color information
#1B9600 (or 0x1B9600) is known color: Islamic Green. HEX triplet: 1B, 96 and 00. RGB value is (27,150,0). Sum of RGB (Red+Green+Blue) = 27+150+0=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 150 (58.98% from 255 or 84.75% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 150 - color contains mainly: green. Hex color #1B9600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B9600 is #E469FF. Grayscale: #606060. Windows color (decimal): -14969344 or 38427. OLE color: 38427.
HSL color Cylindrical-coordinate representation of color #1B9600: hue angle of 109.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B9600 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 150 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.41 |
| HSL | 109.2º | 1% | 0.29% | - |
| HSV(B) | 109.2º | 1% | 0.59% | - |
| XYZ | 11.36 | 22.05 | 3.66 | - |
| YUV | 96.12 | 73.75 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 150 | 0 | 0.82 | 0 | 1 | 0.41 | 109.2 | 1 | 0.29 |
| Hex | 1B | 96 | 0 | 52 | 0 | 64 | 29 | 6D | 64 | 1D |
| Octal | 33 | 226 | 0 | 122 | 0 | 144 | 51 | 155 | 144 | 35 |
| Binary | 11011 | 10010110 | 0 | 1010010 | 0 | 1100100 | 101001 | 1101101 | 1100100 | 11101 |
Color Harmonies of #1B9600
Complementary color
Monochromatic Colors of #1B9600
Black with #1B9600
Text Example
Text Example
White with #1B9600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9600; }
p { color: rgb(27,150,0); }
H1.HeaderClassName
{
color: #1B9600;
}
.AnyTagClassName
{
color: #1B9600;
}
</style>
background-color css
<style>
a { background-color: #1B9600; }
a { background-color: rgb(27,150,0); }
div.DivClassName
{
background-color: #1B9600;
}
.BgClassName
{
background-color: #1B9600;
}
</style>
border-color css
<style>
span { border-color: #1B9600; }
span { border-color: rgb(27,150,0); }
td.TdClassName
{
border-color: #1B9600;
}
.TagClassName
{
border-color: #1B9600;
}
</style>