#048E06

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

Shades of Islamic Green #048E06

Tints of Islamic Green #048E06

Color information

#048E06 (or 0x048E06) is unknown color: approx Islamic Green. HEX triplet: 04, 8E and 06. RGB value is (4,142,6). Sum of RGB (Red+Green+Blue) = 4+142+6=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 142 (55.86% from 255 or 93.42% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 142 - color contains mainly: green. Hex color #048E06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048E06 is #FB71F9. Grayscale: #555555. Windows color (decimal): -16478714 or 429572. OLE color: 429572.

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

Color convert

RGB41426-
CMYK0.9700.960.44
HSL120.87º94.52%28.63%-
HSV(B)120.87º97.18%55.69%-
XYZ9.7619.383.4-
YUV85.2383.2870.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 142 (55.86% from 255) = 93.42%
BLUE value IS 6 (2.73% from 255) = 3.95%
R=2.63%
G=93.42%
B=3.95%

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
Decimal414260.9700.960.44120.8794.5228.63
Hex48E6610602C795f1d
Octal4216614101405417113735
Binary100100011101101100001011000001011001111001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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