Html Css Color HEX #02675F Mosque

📋 copy color: '#02675F'

red 2 ◦ green 103 ◦ blue 95

#02675F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #02675F

Tints of Mosque #02675F

RGB

 RED value IS 2 (1.17% from 255) = 1%

 GREEN value IS 103 (40.63% from 255) = 51.5%

 BLUE value IS 95 (37.5% from 255) = 47.5%

R = 1%
G = 51.5%
B = 47.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#02675F (or 0x02675F) is known color: Mosque. HEX triplet: 02, 67 and 5F. RGB value is (2,103,95). Sum of RGB (Red+Green+Blue) = 2+103+95=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #02675F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02675F is #FD98A0. Grayscale: #474747. Windows color (decimal): -16619681 or 6252290. OLE color: 6252290.

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

Color convert

RGB 2 103 95 -
CMYK 0.98 0 0.08 0.60
HSL 175.25º 0.96% 0.21% -
HSV(B) 175.25º 0.98% 0.4% -
XYZ 6.94 10.54 12.5 -
YUV 71.89 141.04 78.15 -
System Red Green Blue C M Y K H S L
Decimal 2 103 95 0.98 0 0.08 0.60 175.25 0.96 0.21
Hex 2 67 5F 62 0 8 3C AF 60 15
Octal 2 147 137 142 0 10 74 257 140 25
Binary 10 1100111 1011111 1100010 0 1000 111100 10101111 1100000 10101

Color Harmonies of #02675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02675F

Black with #02675F

Text Example


Text Example

White with #02675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02675F;
 }
 .AnyTagClassName
 {
   color: #02675F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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