#048F19

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

Shades of Islamic Green #048F19

Tints of Islamic Green #048F19

Color information

#048F19 (or 0x048F19) is unknown color: approx Islamic Green. HEX triplet: 04, 8F and 19. RGB value is (4,143,25). Sum of RGB (Red+Green+Blue) = 4+143+25=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 143 (56.25% from 255 or 83.14% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 143 - color contains mainly: green. Hex color #048F19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048F19 is #FB70E6. Grayscale: #585858. Windows color (decimal): -16478439 or 1675012. OLE color: 1675012.

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

Color convert

RGB414325-
CMYK0.9700.830.44
HSL129.06º94.56%28.82%-
HSV(B)129.06º97.2%56.08%-
XYZ10.0519.744.2-
YUV87.9992.4568.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 143 (56.25% from 255) = 83.14%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=2.33%
G=83.14%
B=14.53%

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
Decimal4143250.9700.830.44129.0694.5628.82
Hex48F19610532C815f1d
Octal42173114101235420113735
Binary100100011111100111000010101001110110010000001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,143,25); }

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

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

 a { background-color: rgb(4,143,25); }

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

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

 span { border-color: rgb(4,143,25); }

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