Shades of Islamic Green #00B313
Tints of Islamic Green #00B313
RGB
CMYK
RGB Variations
Color information
#00B313 (or 0x00B313) is known color: Islamic Green. HEX triplet: 00, B3 and 13. RGB value is (0,179,19). Sum of RGB (Red+Green+Blue) = 0+179+19=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 179 (70.31% from 255 or 90.40% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 179 - color contains mainly: green. Hex color #00B313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00B313 is #FF4CEC. Grayscale: #6B6B6B. Windows color (decimal): -16731373 or 1291008. OLE color: 1291008.
HSL color Cylindrical-coordinate representation of color #00B313: hue angle of 126.37º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B313 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 179 | 19 | - |
| CMYK | 1 | 0 | 0.89 | 0.30 |
| HSL | 126.37º | 1% | 0.35% | - |
| HSV(B) | 126.37º | 1% | 0.7% | - |
| XYZ | 16.24 | 32.29 | 5.99 | - |
| YUV | 107.24 | 78.2 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 19 | 1 | 0 | 0.89 | 0.30 | 126.37 | 1 | 0.35 |
| Hex | 0 | B3 | 13 | 64 | 0 | 59 | 1E | 7E | 64 | 23 |
| Octal | 0 | 263 | 23 | 144 | 0 | 131 | 36 | 176 | 144 | 43 |
| Binary | 0 | 10110011 | 10011 | 1100100 | 0 | 1011001 | 11110 | 1111110 | 1100100 | 100011 |
Color Harmonies of #00B313
Complementary color
Monochromatic Colors of #00B313
Black with #00B313
Text Example
Text Example
White with #00B313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B313; }
p { color: rgb(0,179,19); }
H1.HeaderClassName
{
color: #00B313;
}
.AnyTagClassName
{
color: #00B313;
}
</style>
background-color css
<style>
a { background-color: #00B313; }
a { background-color: rgb(0,179,19); }
div.DivClassName
{
background-color: #00B313;
}
.BgClassName
{
background-color: #00B313;
}
</style>
border-color css
<style>
span { border-color: #00B313; }
span { border-color: rgb(0,179,19); }
td.TdClassName
{
border-color: #00B313;
}
.TagClassName
{
border-color: #00B313;
}
</style>