#048F1B

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

Shades of Islamic Green #048F1B

Tints of Islamic Green #048F1B

Color information

#048F1B (or 0x048F1B) is unknown color: approx Islamic Green. HEX triplet: 04, 8F and 1B. RGB value is (4,143,27). Sum of RGB (Red+Green+Blue) = 4+143+27=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 143 (56.25% from 255 or 82.18% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 143 - color contains mainly: green. Hex color #048F1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048F1B is #FB70E4. Grayscale: #585858. Windows color (decimal): -16478437 or 1806084. OLE color: 1806084.

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

Color convert

RGB414327-
CMYK0.9700.810.44
HSL129.93º94.56%28.82%-
HSV(B)129.93º97.2%56.08%-
XYZ10.0719.754.32-
YUV88.2193.4567.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.30%
GREEN value IS 143 (56.25% from 255) = 82.18%
BLUE value IS 27 (10.94% from 255) = 15.52%
R=2.30%
G=82.18%
B=15.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4143270.9700.810.44129.9394.5628.82
Hex48F1B610512C825f1d
Octal42173314101215420213735
Binary100100011111101111000010101000110110010000010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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