#048E0F

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

Shades of Islamic Green #048E0F

Tints of Islamic Green #048E0F

Color information

#048E0F (or 0x048E0F) is unknown color: approx Islamic Green. HEX triplet: 04, 8E and 0F. RGB value is (4,142,15). Sum of RGB (Red+Green+Blue) = 4+142+15=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 142 (55.86% from 255 or 88.20% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 142 - color contains mainly: green. Hex color #048E0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048E0F is #FB71F0. Grayscale: #565656. Windows color (decimal): -16478705 or 1019396. OLE color: 1019396.

HSL color Cylindrical-coordinate representation of color #048E0F: hue angle of 124.78º 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 #048E0F is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB414215-
CMYK0.9700.890.44
HSL124.78º94.52%28.63%-
HSV(B)124.78º97.18%55.69%-
XYZ9.8119.413.68-
YUV86.2687.7869.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 142 (55.86% from 255) = 88.20%
BLUE value IS 15 (6.25% from 255) = 9.32%
R=2.48%
G=88.20%
B=9.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4142150.9700.890.44124.7894.5228.63
Hex48EF610592C7d5f1d
Octal42161714101315417513735
Binary1001000111011111100001010110011011001111101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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