Shades of Islamic Green #038D0B
Tints of Islamic Green #038D0B
RGB
CMYK
RGB Variations
Color information
#038D0B (or 0x038D0B) is known color: Islamic Green. HEX triplet: 03, 8D and 0B. RGB value is (3,141,11). Sum of RGB (Red+Green+Blue) = 3+141+11=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 141 (55.47% from 255 or 90.97% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 141 - color contains mainly: green. Hex color #038D0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038D0B is #FC72F4. Grayscale: #555555. Windows color (decimal): -16544501 or 756995. OLE color: 756995.
HSL color Cylindrical-coordinate representation of color #038D0B: hue angle of 123.48º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038D0B is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 141 | 11 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.45 |
| HSL | 123.48º | 0.96% | 0.28% | - |
| HSV(B) | 123.48º | 0.98% | 0.55% | - |
| XYZ | 9.62 | 19.09 | 3.49 | - |
| YUV | 84.92 | 86.28 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 11 | 0.98 | 0 | 0.92 | 0.45 | 123.48 | 0.96 | 0.28 |
| Hex | 3 | 8D | B | 62 | 0 | 5C | 2D | 7B | 60 | 1C |
| Octal | 3 | 215 | 13 | 142 | 0 | 134 | 55 | 173 | 140 | 34 |
| Binary | 11 | 10001101 | 1011 | 1100010 | 0 | 1011100 | 101101 | 1111011 | 1100000 | 11100 |
Color Harmonies of #038D0B
Complementary color
Monochromatic Colors of #038D0B
Black with #038D0B
Text Example
Text Example
White with #038D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038D0B; }
p { color: rgb(3,141,11); }
H1.HeaderClassName
{
color: #038D0B;
}
.AnyTagClassName
{
color: #038D0B;
}
</style>
background-color css
<style>
a { background-color: #038D0B; }
a { background-color: rgb(3,141,11); }
div.DivClassName
{
background-color: #038D0B;
}
.BgClassName
{
background-color: #038D0B;
}
</style>
border-color css
<style>
span { border-color: #038D0B; }
span { border-color: rgb(3,141,11); }
td.TdClassName
{
border-color: #038D0B;
}
.TagClassName
{
border-color: #038D0B;
}
</style>