Shades of Islamic Green #0DB219
Tints of Islamic Green #0DB219
RGB
CMYK
RGB Variations
Color information
#0DB219 (or 0x0DB219) is known color: Islamic Green. HEX triplet: 0D, B2 and 19. RGB value is (13,178,25). Sum of RGB (Red+Green+Blue) = 13+178+25=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 178 (69.92% from 255 or 82.41% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB219 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DB219 is #F24DE6. Grayscale: #6F6F6F. Windows color (decimal): -15879655 or 1683981. OLE color: 1683981.
HSL color Cylindrical-coordinate representation of color #0DB219: hue angle of 124.36º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB219 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 25 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.30 |
| HSL | 124.36º | 0.86% | 0.37% | - |
| HSV(B) | 124.36º | 0.93% | 0.7% | - |
| XYZ | 16.26 | 32 | 6.24 | - |
| YUV | 111.22 | 79.34 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 25 | 0.93 | 0 | 0.86 | 0.30 | 124.36 | 0.86 | 0.37 |
| Hex | D | B2 | 19 | 5D | 0 | 56 | 1E | 7C | 56 | 25 |
| Octal | 15 | 262 | 31 | 135 | 0 | 126 | 36 | 174 | 126 | 45 |
| Binary | 1101 | 10110010 | 11001 | 1011101 | 0 | 1010110 | 11110 | 1111100 | 1010110 | 100101 |
Color Harmonies of #0DB219
Complementary color
Monochromatic Colors of #0DB219
Black with #0DB219
Text Example
Text Example
White with #0DB219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB219; }
p { color: rgb(13,178,25); }
H1.HeaderClassName
{
color: #0DB219;
}
.AnyTagClassName
{
color: #0DB219;
}
</style>
background-color css
<style>
a { background-color: #0DB219; }
a { background-color: rgb(13,178,25); }
div.DivClassName
{
background-color: #0DB219;
}
.BgClassName
{
background-color: #0DB219;
}
</style>
border-color css
<style>
span { border-color: #0DB219; }
span { border-color: rgb(13,178,25); }
td.TdClassName
{
border-color: #0DB219;
}
.TagClassName
{
border-color: #0DB219;
}
</style>