#048E03

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

Shades of Islamic Green #048E03

Tints of Islamic Green #048E03

Color information

#048E03 (or 0x048E03) is unknown color: approx Islamic Green. HEX triplet: 04, 8E and 03. RGB value is (4,142,3). Sum of RGB (Red+Green+Blue) = 4+142+3=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 142 (55.86% from 255 or 95.30% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 142 - color contains mainly: green. Hex color #048E03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048E03 is #FB71FC. Grayscale: #555555. Windows color (decimal): -16478717 or 232964. OLE color: 232964.

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

Color convert

RGB41423-
CMYK0.9700.980.44
HSL119.57º95.86%28.43%-
HSV(B)119.57º97.89%55.69%-
XYZ9.7419.383.31-
YUV84.8981.7870.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.68%
GREEN value IS 142 (55.86% from 255) = 95.30%
BLUE value IS 3 (1.56% from 255) = 2.01%
R=2.68%
G=95.30%
B=2.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal414230.9700.980.44119.5795.8628.43
Hex48E3610622C78601c
Octal4216314101425417014034
Binary10010001110111100001011000101011001111000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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