Shades of Islamic Green #0DB317
Tints of Islamic Green #0DB317
RGB
CMYK
RGB Variations
Color information
#0DB317 (or 0x0DB317) is known color: Islamic Green. HEX triplet: 0D, B3 and 17. RGB value is (13,179,23). Sum of RGB (Red+Green+Blue) = 13+179+23=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 179 (70.31% from 255 or 83.26% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB317 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB317 is #F24CE8. Grayscale: #707070. Windows color (decimal): -15879401 or 1553165. OLE color: 1553165.
HSL color Cylindrical-coordinate representation of color #0DB317: hue angle of 123.61º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB317 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 179 | 23 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.30 |
| HSL | 123.61º | 0.86% | 0.38% | - |
| HSV(B) | 123.61º | 0.93% | 0.7% | - |
| XYZ | 16.44 | 32.39 | 6.2 | - |
| YUV | 111.58 | 78 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 179 | 23 | 0.93 | 0 | 0.87 | 0.30 | 123.61 | 0.86 | 0.38 |
| Hex | D | B3 | 17 | 5D | 0 | 57 | 1E | 7C | 56 | 26 |
| Octal | 15 | 263 | 27 | 135 | 0 | 127 | 36 | 174 | 126 | 46 |
| Binary | 1101 | 10110011 | 10111 | 1011101 | 0 | 1010111 | 11110 | 1111100 | 1010110 | 100110 |
Color Harmonies of #0DB317
Complementary color
Monochromatic Colors of #0DB317
Black with #0DB317
Text Example
Text Example
White with #0DB317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB317; }
p { color: rgb(13,179,23); }
H1.HeaderClassName
{
color: #0DB317;
}
.AnyTagClassName
{
color: #0DB317;
}
</style>
background-color css
<style>
a { background-color: #0DB317; }
a { background-color: rgb(13,179,23); }
div.DivClassName
{
background-color: #0DB317;
}
.BgClassName
{
background-color: #0DB317;
}
</style>
border-color css
<style>
span { border-color: #0DB317; }
span { border-color: rgb(13,179,23); }
td.TdClassName
{
border-color: #0DB317;
}
.TagClassName
{
border-color: #0DB317;
}
</style>