#025E5D

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

Shades of Mosque #025E5D

Tints of Mosque #025E5D

Color information

#025E5D (or 0x025E5D) is unknown color: approx Mosque. HEX triplet: 02, 5E and 5D. RGB value is (2,94,93). Sum of RGB (Red+Green+Blue) = 2+94+93=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 94 (37.11% from 255 or 49.74% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 94 - color contains mainly: green. Hex color #025E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025E5D is #FDA1A2. Grayscale: #424242. Windows color (decimal): -16621987 or 6118914. OLE color: 6118914.

HSL color Cylindrical-coordinate representation of color #025E5D: hue angle of 179.35º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E5D is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB29493-
CMYK0.9800.010.63
HSL179.35º95.83%18.82%-
HSV(B)179.35º97.87%36.86%-
XYZ68.8111.74-
YUV66.38143.0282.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 94 (37.11% from 255) = 49.74%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=1.06%
G=49.74%
B=49.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal294930.9800.010.63179.3595.8318.82
Hex25E5D62013Fb36013
Octal2136135142017726314023
Binary101011110101110111000100111111110110011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025E5D; }

 p { color: rgb(2,94,93); }

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

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

 a { background-color: rgb(2,94,93); }

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

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

 span { border-color: rgb(2,94,93); }

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