#02665F

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

Shades of Mosque #02665F

Tints of Mosque #02665F

Color information

#02665F (or 0x02665F) is unknown color: approx Mosque. HEX triplet: 02, 66 and 5F. RGB value is (2,102,95). Sum of RGB (Red+Green+Blue) = 2+102+95=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #02665F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02665F is #FD99A0. Grayscale: #474747. Windows color (decimal): -16619937 or 6252034. OLE color: 6252034.

HSL color Cylindrical-coordinate representation of color #02665F: hue angle of 175.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02665F is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB210295-
CMYK0.9800.070.6
HSL175.8º96.15%20.39%-
HSV(B)175.8º98.04%40%-
XYZ6.8410.3412.46-
YUV71.3141.3778.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 102 (40.23% from 255) = 51.26%
BLUE value IS 95 (37.5% from 255) = 47.74%
R=1.01%
G=51.26%
B=47.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2102950.9800.070.6175.896.1520.39
Hex2665F62073Cb06014
Octal2146137142077426014024
Binary10110011010111111100010011111110010110000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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