#048E05

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

Shades of Islamic Green #048E05

Tints of Islamic Green #048E05

Color information

#048E05 (or 0x048E05) is unknown color: approx Islamic Green. HEX triplet: 04, 8E and 05. RGB value is (4,142,5). Sum of RGB (Red+Green+Blue) = 4+142+5=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 142 (55.86% from 255 or 94.04% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 142 - color contains mainly: green. Hex color #048E05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048E05 is #FB71FA. Grayscale: #555555. Windows color (decimal): -16478715 or 364036. OLE color: 364036.

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

Color convert

RGB41425-
CMYK0.9700.960.44
HSL120.43º94.52%28.63%-
HSV(B)120.43º97.18%55.69%-
XYZ9.7519.383.37-
YUV85.1282.7870.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 142 (55.86% from 255) = 94.04%
BLUE value IS 5 (2.34% from 255) = 3.31%
R=2.65%
G=94.04%
B=3.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal414250.9700.960.44120.4394.5228.63
Hex48E5610602C785f1d
Octal4216514101405417013735
Binary100100011101011100001011000001011001111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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