Shades of Islamic Green #01991B
Tints of Islamic Green #01991B
RGB
CMYK
RGB Variations
Color information
#01991B (or 0x01991B) is known color: Islamic Green. HEX triplet: 01, 99 and 1B. RGB value is (1,153,27). Sum of RGB (Red+Green+Blue) = 1+153+27=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 153 (60.16% from 255 or 84.53% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 153 - color contains mainly: green. Hex color #01991B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01991B is #FE66E4. Grayscale: #5D5D5D. Windows color (decimal): -16672485 or 1808641. OLE color: 1808641.
HSL color Cylindrical-coordinate representation of color #01991B: hue angle of 130.26º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01991B is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 27 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.4 |
| HSL | 130.26º | 0.99% | 0.3% | - |
| HSV(B) | 130.26º | 0.99% | 0.6% | - |
| XYZ | 11.6 | 22.87 | 4.84 | - |
| YUV | 93.19 | 90.64 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 27 | 0.99 | 0 | 0.82 | 0.4 | 130.26 | 0.99 | 0.3 |
| Hex | 1 | 99 | 1B | 63 | 0 | 52 | 28 | 82 | 63 | 1E |
| Octal | 1 | 231 | 33 | 143 | 0 | 122 | 50 | 202 | 143 | 36 |
| Binary | 1 | 10011001 | 11011 | 1100011 | 0 | 1010010 | 101000 | 10000010 | 1100011 | 11110 |
Color Harmonies of #01991B
Complementary color
Monochromatic Colors of #01991B
Black with #01991B
Text Example
Text Example
White with #01991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01991B; }
p { color: rgb(1,153,27); }
H1.HeaderClassName
{
color: #01991B;
}
.AnyTagClassName
{
color: #01991B;
}
</style>
background-color css
<style>
a { background-color: #01991B; }
a { background-color: rgb(1,153,27); }
div.DivClassName
{
background-color: #01991B;
}
.BgClassName
{
background-color: #01991B;
}
</style>
border-color css
<style>
span { border-color: #01991B; }
span { border-color: rgb(1,153,27); }
td.TdClassName
{
border-color: #01991B;
}
.TagClassName
{
border-color: #01991B;
}
</style>