Shades of Islamic Green #04B000
Tints of Islamic Green #04B000
RGB
CMYK
RGB Variations
Color information
#04B000 (or 0x04B000) is known color: Islamic Green. HEX triplet: 04, B0 and 00. RGB value is (4,176,0). Sum of RGB (Red+Green+Blue) = 4+176+0=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 176 (69.14% from 255 or 97.78% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 176 - color contains mainly: green. Hex color #04B000 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04B000 is #FB4FFF. Grayscale: #696969. Windows color (decimal): -16470016 or 45060. OLE color: 45060.
HSL color Cylindrical-coordinate representation of color #04B000: hue angle of 118.64º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04B000 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 176 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.31 |
| HSL | 118.64º | 1% | 0.35% | - |
| HSV(B) | 118.64º | 1% | 0.69% | - |
| XYZ | 15.58 | 31.08 | 5.18 | - |
| YUV | 104.51 | 69.02 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 176 | 0 | 0.98 | 0 | 1 | 0.31 | 118.64 | 1 | 0.35 |
| Hex | 4 | B0 | 0 | 62 | 0 | 64 | 1F | 77 | 64 | 23 |
| Octal | 4 | 260 | 0 | 142 | 0 | 144 | 37 | 167 | 144 | 43 |
| Binary | 100 | 10110000 | 0 | 1100010 | 0 | 1100100 | 11111 | 1110111 | 1100100 | 100011 |
Color Harmonies of #04B000
Complementary color
Monochromatic Colors of #04B000
Black with #04B000
Text Example
Text Example
White with #04B000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B000; }
p { color: rgb(4,176,0); }
H1.HeaderClassName
{
color: #04B000;
}
.AnyTagClassName
{
color: #04B000;
}
</style>
background-color css
<style>
a { background-color: #04B000; }
a { background-color: rgb(4,176,0); }
div.DivClassName
{
background-color: #04B000;
}
.BgClassName
{
background-color: #04B000;
}
</style>
border-color css
<style>
span { border-color: #04B000; }
span { border-color: rgb(4,176,0); }
td.TdClassName
{
border-color: #04B000;
}
.TagClassName
{
border-color: #04B000;
}
</style>