#04B300

Color #04B300 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #04B300

Tints of Islamic Green #04B300

Color information

#04B300 (or 0x04B300) is unknown color: approx Islamic Green. HEX triplet: 04, B3 and 00. RGB value is (4,179,0). Sum of RGB (Red+Green+Blue) = 4+179+0=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 179 (70.31% from 255 or 97.81% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 179 - color contains mainly: green. Hex color #04B300 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04B300 is #FB4CFF. Grayscale: #6A6A6A. Windows color (decimal): -16469248 or 45828. OLE color: 45828.

HSL color Cylindrical-coordinate representation of color #04B300: hue angle of 118.66º 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 #04B300 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB41790-
CMYK0.98010.30
HSL118.66º100%35.1%-
HSV(B)118.66º100%70.2%-
XYZ16.1732.275.38-
YUV106.2768.0255.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.19%
GREEN value IS 179 (70.31% from 255) = 97.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.19%
G=97.81%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal417900.98010.30118.6610035.1
Hex4B30620641E776423
Octal4263014201443616714443
Binary1001011001101100010011001001111011101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04B300; }

 p { color: rgb(4,179,0); }

 H1.HeaderClassName
 {
   color: #04B300;
 }
 .AnyTagClassName
 {
   color: #04B300;
 }
</style>
background-color css

<style>
 a { background-color: #04B300; }

 a { background-color: rgb(4,179,0); }

 div.DivClassName
 {
   background-color: #04B300;
 }
 .BgClassName
 {
   background-color: #04B300;
 }
</style>
border-color css

<style>
 span { border-color: #04B300; }

 span { border-color: rgb(4,179,0); }

 td.TdClassName
 {
   border-color: #04B300;
 }
 .TagClassName
 {
   border-color: #04B300;
 }
</style>