Shades of Islamic Green #03B812
Tints of Islamic Green #03B812
RGB
CMYK
RGB Variations
Color information
#03B812 (or 0x03B812) is known color: Islamic Green. HEX triplet: 03, B8 and 12. RGB value is (3,184,18). Sum of RGB (Red+Green+Blue) = 3+184+18=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 184 (72.27% from 255 or 89.76% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 184 - color contains mainly: green. Hex color #03B812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03B812 is #FC47ED. Grayscale: #6F6F6F. Windows color (decimal): -16533486 or 1226755. OLE color: 1226755.
HSL color Cylindrical-coordinate representation of color #03B812: hue angle of 124.97º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B812 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 184 | 18 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.28 |
| HSL | 124.97º | 0.97% | 0.37% | - |
| HSV(B) | 124.97º | 0.98% | 0.72% | - |
| XYZ | 17.29 | 34.34 | 6.29 | - |
| YUV | 110.96 | 75.53 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 184 | 18 | 0.98 | 0 | 0.90 | 0.28 | 124.97 | 0.97 | 0.37 |
| Hex | 3 | B8 | 12 | 62 | 0 | 5A | 1C | 7D | 61 | 25 |
| Octal | 3 | 270 | 22 | 142 | 0 | 132 | 34 | 175 | 141 | 45 |
| Binary | 11 | 10111000 | 10010 | 1100010 | 0 | 1011010 | 11100 | 1111101 | 1100001 | 100101 |
Color Harmonies of #03B812
Complementary color
Monochromatic Colors of #03B812
Black with #03B812
Text Example
Text Example
White with #03B812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B812; }
p { color: rgb(3,184,18); }
H1.HeaderClassName
{
color: #03B812;
}
.AnyTagClassName
{
color: #03B812;
}
</style>
background-color css
<style>
a { background-color: #03B812; }
a { background-color: rgb(3,184,18); }
div.DivClassName
{
background-color: #03B812;
}
.BgClassName
{
background-color: #03B812;
}
</style>
border-color css
<style>
span { border-color: #03B812; }
span { border-color: rgb(3,184,18); }
td.TdClassName
{
border-color: #03B812;
}
.TagClassName
{
border-color: #03B812;
}
</style>