Shades of Islamic Green #03B111
Tints of Islamic Green #03B111
RGB
CMYK
RGB Variations
Color information
#03B111 (or 0x03B111) is known color: Islamic Green. HEX triplet: 03, B1 and 11. RGB value is (3,177,17). Sum of RGB (Red+Green+Blue) = 3+177+17=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 177 (69.53% from 255 or 89.85% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 177 - color contains mainly: green. Hex color #03B111 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03B111 is #FC4EEE. Grayscale: #6B6B6B. Windows color (decimal): -16535279 or 1159427. OLE color: 1159427.
HSL color Cylindrical-coordinate representation of color #03B111: hue angle of 124.83º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B111 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 177 | 17 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.31 |
| HSL | 124.83º | 0.97% | 0.35% | - |
| HSV(B) | 124.83º | 0.98% | 0.69% | - |
| XYZ | 15.86 | 31.5 | 5.78 | - |
| YUV | 106.73 | 77.35 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 177 | 17 | 0.98 | 0 | 0.90 | 0.31 | 124.83 | 0.97 | 0.35 |
| Hex | 3 | B1 | 11 | 62 | 0 | 5A | 1F | 7D | 61 | 23 |
| Octal | 3 | 261 | 21 | 142 | 0 | 132 | 37 | 175 | 141 | 43 |
| Binary | 11 | 10110001 | 10001 | 1100010 | 0 | 1011010 | 11111 | 1111101 | 1100001 | 100011 |
Color Harmonies of #03B111
Complementary color
Monochromatic Colors of #03B111
Black with #03B111
Text Example
Text Example
White with #03B111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B111; }
p { color: rgb(3,177,17); }
H1.HeaderClassName
{
color: #03B111;
}
.AnyTagClassName
{
color: #03B111;
}
</style>
background-color css
<style>
a { background-color: #03B111; }
a { background-color: rgb(3,177,17); }
div.DivClassName
{
background-color: #03B111;
}
.BgClassName
{
background-color: #03B111;
}
</style>
border-color css
<style>
span { border-color: #03B111; }
span { border-color: rgb(3,177,17); }
td.TdClassName
{
border-color: #03B111;
}
.TagClassName
{
border-color: #03B111;
}
</style>