Html Css Color HEX #02615E Mosque

📋 copy color: '#02615E'

red 2 ◦ green 97 ◦ blue 94

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

Shades of Mosque #02615E

Tints of Mosque #02615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.26%

 BLUE value IS 94 (37.11% from 255) = 48.7%

R = 1.04%
G = 50.26%
B = 48.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#02615E (or 0x02615E) is known color: Mosque. HEX triplet: 02, 61 and 5E. RGB value is (2,97,94). Sum of RGB (Red+Green+Blue) = 2+97+94=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #02615E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02615E is #FD9EA1. Grayscale: #444444. Windows color (decimal): -16621218 or 6185218. OLE color: 6185218.

HSL color Cylindrical-coordinate representation of color #02615E: hue angle of 178.11º 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 #02615E is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 97 94 -
CMYK 0.98 0 0.03 0.62
HSL 178.11º 0.96% 0.19% -
HSV(B) 178.11º 0.98% 0.38% -
XYZ 6.32 9.37 12.07 -
YUV 68.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 2 97 94 0.98 0 0.03 0.62 178.11 0.96 0.19
Hex 2 61 5E 62 0 3 3E B2 60 13
Octal 2 141 136 142 0 3 76 262 140 23
Binary 10 1100001 1011110 1100010 0 11 111110 10110010 1100000 10011

Color Harmonies of #02615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02615E

Black with #02615E

Text Example


Text Example

White with #02615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02615E; }

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

 H1.HeaderClassName
 {
   color: #02615E;
 }
 .AnyTagClassName
 {
   color: #02615E;
 }
</style>

background-color css

<style>
 a { background-color: #02615E; }

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

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

border-color css

<style>
 span { border-color: #02615E; }

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

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