Shades of Islamic Green #01901F
Tints of Islamic Green #01901F
RGB
CMYK
RGB Variations
Color information
#01901F (or 0x01901F) is known color: Islamic Green. HEX triplet: 01, 90 and 1F. RGB value is (1,144,31). Sum of RGB (Red+Green+Blue) = 1+144+31=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 144 (56.64% from 255 or 81.82% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 144 - color contains mainly: green. Hex color #01901F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01901F is #FE6FE0. Grayscale: #585858. Windows color (decimal): -16674785 or 2068481. OLE color: 2068481.
HSL color Cylindrical-coordinate representation of color #01901F: hue angle of 132.59º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01901F is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 31 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.44 |
| HSL | 132.59º | 0.99% | 0.28% | - |
| HSV(B) | 132.59º | 0.99% | 0.56% | - |
| XYZ | 10.23 | 20.05 | 4.63 | - |
| YUV | 88.36 | 95.62 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 31 | 0.99 | 0 | 0.78 | 0.44 | 132.59 | 0.99 | 0.28 |
| Hex | 1 | 90 | 1F | 63 | 0 | 4E | 2C | 85 | 63 | 1C |
| Octal | 1 | 220 | 37 | 143 | 0 | 116 | 54 | 205 | 143 | 34 |
| Binary | 1 | 10010000 | 11111 | 1100011 | 0 | 1001110 | 101100 | 10000101 | 1100011 | 11100 |
Color Harmonies of #01901F
Complementary color
Monochromatic Colors of #01901F
Black with #01901F
Text Example
Text Example
White with #01901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01901F; }
p { color: rgb(1,144,31); }
H1.HeaderClassName
{
color: #01901F;
}
.AnyTagClassName
{
color: #01901F;
}
</style>
background-color css
<style>
a { background-color: #01901F; }
a { background-color: rgb(1,144,31); }
div.DivClassName
{
background-color: #01901F;
}
.BgClassName
{
background-color: #01901F;
}
</style>
border-color css
<style>
span { border-color: #01901F; }
span { border-color: rgb(1,144,31); }
td.TdClassName
{
border-color: #01901F;
}
.TagClassName
{
border-color: #01901F;
}
</style>