#02685F

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

Shades of Mosque #02685F

Tints of Mosque #02685F

Color information

#02685F (or 0x02685F) is unknown color: approx Mosque. HEX triplet: 02, 68 and 5F. RGB value is (2,104,95). Sum of RGB (Red+Green+Blue) = 2+104+95=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #02685F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02685F is #FD97A0. Grayscale: #484848. Windows color (decimal): -16619425 or 6252546. OLE color: 6252546.

HSL color Cylindrical-coordinate representation of color #02685F: hue angle of 174.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02685F is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB210495-
CMYK0.9800.090.59
HSL174.71º96.23%20.78%-
HSV(B)174.71º98.08%40.78%-
XYZ7.0410.7412.53-
YUV72.48140.7177.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 95 (37.5% from 255) = 47.26%
R=1.00%
G=51.74%
B=47.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104950.9800.090.59174.7196.2320.78
Hex2685F62093Baf6015
Octal21501371420117325714025
Binary101101000101111111000100100111101110101111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,104,95); }

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

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

 a { background-color: rgb(2,104,95); }

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

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

 span { border-color: rgb(2,104,95); }

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