#048F1A

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

Shades of Islamic Green #048F1A

Tints of Islamic Green #048F1A

Color information

#048F1A (or 0x048F1A) is unknown color: approx Islamic Green. HEX triplet: 04, 8F and 1A. RGB value is (4,143,26). Sum of RGB (Red+Green+Blue) = 4+143+26=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 143 (56.25% from 255 or 82.66% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 143 - color contains mainly: green. Hex color #048F1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048F1A is #FB70E5. Grayscale: #585858. Windows color (decimal): -16478438 or 1740548. OLE color: 1740548.

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

Color convert

RGB414326-
CMYK0.9700.820.44
HSL129.5º94.56%28.82%-
HSV(B)129.5º97.2%56.08%-
XYZ10.0619.754.26-
YUV88.192.9568.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.31%
GREEN value IS 143 (56.25% from 255) = 82.66%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=2.31%
G=82.66%
B=15.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4143260.9700.820.44129.594.5628.82
Hex48F1A610522C815f1d
Octal42173214101225420113735
Binary100100011111101011000010101001010110010000001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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