Shades of Islamic Green #01951B
Tints of Islamic Green #01951B
RGB
CMYK
RGB Variations
Color information
#01951B (or 0x01951B) is known color: Islamic Green. HEX triplet: 01, 95 and 1B. RGB value is (1,149,27). Sum of RGB (Red+Green+Blue) = 1+149+27=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 149 (58.59% from 255 or 84.18% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 149 - color contains mainly: green. Hex color #01951B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01951B is #FE6AE4. Grayscale: #5B5B5B. Windows color (decimal): -16673509 or 1807617. OLE color: 1807617.
HSL color Cylindrical-coordinate representation of color #01951B: hue angle of 130.54º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01951B is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 27 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.42 |
| HSL | 130.54º | 0.99% | 0.29% | - |
| HSV(B) | 130.54º | 0.99% | 0.58% | - |
| XYZ | 10.96 | 21.58 | 4.62 | - |
| YUV | 90.84 | 91.97 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 27 | 0.99 | 0 | 0.82 | 0.42 | 130.54 | 0.99 | 0.29 |
| Hex | 1 | 95 | 1B | 63 | 0 | 52 | 2A | 83 | 63 | 1D |
| Octal | 1 | 225 | 33 | 143 | 0 | 122 | 52 | 203 | 143 | 35 |
| Binary | 1 | 10010101 | 11011 | 1100011 | 0 | 1010010 | 101010 | 10000011 | 1100011 | 11101 |
Color Harmonies of #01951B
Complementary color
Monochromatic Colors of #01951B
Black with #01951B
Text Example
Text Example
White with #01951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01951B; }
p { color: rgb(1,149,27); }
H1.HeaderClassName
{
color: #01951B;
}
.AnyTagClassName
{
color: #01951B;
}
</style>
background-color css
<style>
a { background-color: #01951B; }
a { background-color: rgb(1,149,27); }
div.DivClassName
{
background-color: #01951B;
}
.BgClassName
{
background-color: #01951B;
}
</style>
border-color css
<style>
span { border-color: #01951B; }
span { border-color: rgb(1,149,27); }
td.TdClassName
{
border-color: #01951B;
}
.TagClassName
{
border-color: #01951B;
}
</style>