Shades of Islamic Green #00951B
Tints of Islamic Green #00951B
RGB
CMYK
RGB Variations
Color information
#00951B (or 0x00951B) is known color: Islamic Green. HEX triplet: 00, 95 and 1B. RGB value is (0,149,27). Sum of RGB (Red+Green+Blue) = 0+149+27=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 149 (58.59% from 255 or 84.66% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 149 - color contains mainly: green. Hex color #00951B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00951B is #FF6AE4. Grayscale: #5A5A5A. Windows color (decimal): -16739045 or 1807616. OLE color: 1807616.
HSL color Cylindrical-coordinate representation of color #00951B: hue angle of 130.87º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00951B is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 27 | - |
| CMYK | 1 | 0 | 0.82 | 0.42 |
| HSL | 130.87º | 1% | 0.29% | - |
| HSV(B) | 130.87º | 1% | 0.58% | - |
| XYZ | 10.95 | 21.57 | 4.62 | - |
| YUV | 90.54 | 92.14 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 27 | 1 | 0 | 0.82 | 0.42 | 130.87 | 1 | 0.29 |
| Hex | 0 | 95 | 1B | 64 | 0 | 52 | 2A | 83 | 64 | 1D |
| Octal | 0 | 225 | 33 | 144 | 0 | 122 | 52 | 203 | 144 | 35 |
| Binary | 0 | 10010101 | 11011 | 1100100 | 0 | 1010010 | 101010 | 10000011 | 1100100 | 11101 |
Color Harmonies of #00951B
Complementary color
Monochromatic Colors of #00951B
Black with #00951B
Text Example
Text Example
White with #00951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00951B; }
p { color: rgb(0,149,27); }
H1.HeaderClassName
{
color: #00951B;
}
.AnyTagClassName
{
color: #00951B;
}
</style>
background-color css
<style>
a { background-color: #00951B; }
a { background-color: rgb(0,149,27); }
div.DivClassName
{
background-color: #00951B;
}
.BgClassName
{
background-color: #00951B;
}
</style>
border-color css
<style>
span { border-color: #00951B; }
span { border-color: rgb(0,149,27); }
td.TdClassName
{
border-color: #00951B;
}
.TagClassName
{
border-color: #00951B;
}
</style>