Shades of Islamic Green #038F12
Tints of Islamic Green #038F12
RGB
CMYK
RGB Variations
Color information
#038F12 (or 0x038F12) is known color: Islamic Green. HEX triplet: 03, 8F and 12. RGB value is (3,143,18). Sum of RGB (Red+Green+Blue) = 3+143+18=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 143 (56.25% from 255 or 87.20% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 143 - color contains mainly: green. Hex color #038F12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038F12 is #FC70ED. Grayscale: #575757. Windows color (decimal): -16543982 or 1216259. OLE color: 1216259.
HSL color Cylindrical-coordinate representation of color #038F12: hue angle of 126.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F12 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 143 | 18 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.44 |
| HSL | 126.43º | 0.96% | 0.29% | - |
| HSV(B) | 126.43º | 0.98% | 0.56% | - |
| XYZ | 9.97 | 19.71 | 3.85 | - |
| YUV | 86.89 | 89.12 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 18 | 0.98 | 0 | 0.87 | 0.44 | 126.43 | 0.96 | 0.29 |
| Hex | 3 | 8F | 12 | 62 | 0 | 57 | 2C | 7E | 60 | 1D |
| Octal | 3 | 217 | 22 | 142 | 0 | 127 | 54 | 176 | 140 | 35 |
| Binary | 11 | 10001111 | 10010 | 1100010 | 0 | 1010111 | 101100 | 1111110 | 1100000 | 11101 |
Color Harmonies of #038F12
Complementary color
Monochromatic Colors of #038F12
Black with #038F12
Text Example
Text Example
White with #038F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038F12; }
p { color: rgb(3,143,18); }
H1.HeaderClassName
{
color: #038F12;
}
.AnyTagClassName
{
color: #038F12;
}
</style>
background-color css
<style>
a { background-color: #038F12; }
a { background-color: rgb(3,143,18); }
div.DivClassName
{
background-color: #038F12;
}
.BgClassName
{
background-color: #038F12;
}
</style>
border-color css
<style>
span { border-color: #038F12; }
span { border-color: rgb(3,143,18); }
td.TdClassName
{
border-color: #038F12;
}
.TagClassName
{
border-color: #038F12;
}
</style>