#025848

Color #025848 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #025848

Tints of Mosque #025848

Color information

#025848 (or 0x025848) is unknown color: approx Mosque. HEX triplet: 02, 58 and 48. RGB value is (2,88,72). Sum of RGB (Red+Green+Blue) = 2+88+72=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #025848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025848 is #FDA7B7. Grayscale: #3C3C3C. Windows color (decimal): -16623544 or 4741122. OLE color: 4741122.

HSL color Cylindrical-coordinate representation of color #025848: hue angle of 168.84º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025848 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB28872-
CMYK0.9800.180.65
HSL168.84º95.56%17.65%-
HSV(B)168.84º97.73%34.51%-
XYZ4.687.467.32-
YUV60.46134.5186.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 88 (34.77% from 255) = 54.32%
BLUE value IS 72 (28.52% from 255) = 44.44%
R=1.23%
G=54.32%
B=44.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288720.9800.180.65168.8495.5617.65
Hex258486201241a96012
Octal213011014202210125114022
Binary10101100010010001100010010010100000110101001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025848; }

 p { color: rgb(2,88,72); }

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

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

 a { background-color: rgb(2,88,72); }

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

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

 span { border-color: rgb(2,88,72); }

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