#048E18

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

Shades of Islamic Green #048E18

Tints of Islamic Green #048E18

Color information

#048E18 (or 0x048E18) is unknown color: approx Islamic Green. HEX triplet: 04, 8E and 18. RGB value is (4,142,24). Sum of RGB (Red+Green+Blue) = 4+142+24=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 142 (55.86% from 255 or 83.53% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 142 - color contains mainly: green. Hex color #048E18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048E18 is #FB71E7. Grayscale: #575757. Windows color (decimal): -16478696 or 1609220. OLE color: 1609220.

HSL color Cylindrical-coordinate representation of color #048E18: hue angle of 128.7º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E18 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB414224-
CMYK0.9700.830.44
HSL128.7º94.52%28.63%-
HSV(B)128.7º97.18%55.69%-
XYZ9.8919.444.09-
YUV87.2992.2868.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.35%
GREEN value IS 142 (55.86% from 255) = 83.53%
BLUE value IS 24 (9.77% from 255) = 14.12%
R=2.35%
G=83.53%
B=14.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4142240.9700.830.44128.794.5228.63
Hex48E18610532C815f1d
Octal42163014101235420113735
Binary100100011101100011000010101001110110010000001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048E18; }

 p { color: rgb(4,142,24); }

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

<style>
 a { background-color: #048E18; }

 a { background-color: rgb(4,142,24); }

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

<style>
 span { border-color: #048E18; }

 span { border-color: rgb(4,142,24); }

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