#02604F

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

Shades of Mosque #02604F

Tints of Mosque #02604F

Color information

#02604F (or 0x02604F) is unknown color: approx Mosque. HEX triplet: 02, 60 and 4F. RGB value is (2,96,79). Sum of RGB (Red+Green+Blue) = 2+96+79=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #02604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02604F is #FD9FB0. Grayscale: #414141. Windows color (decimal): -16621489 or 5201922. OLE color: 5201922.

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

Color convert

RGB29679-
CMYK0.9800.180.62
HSL169.15º95.92%19.22%-
HSV(B)169.15º97.92%37.65%-
XYZ5.628.948.83-
YUV65.96135.3682.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.13%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 79 (31.25% from 255) = 44.63%
R=1.13%
G=54.24%
B=44.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296790.9800.180.62169.1595.9219.22
Hex2604F620123Ea96013
Octal21401171420227625114023
Binary1011000001001111110001001001011111010101001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02604F; }

 p { color: rgb(2,96,79); }

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

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

 a { background-color: rgb(2,96,79); }

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

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

 span { border-color: rgb(2,96,79); }

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