Html Css Color HEX #025E4F Mosque

📋 copy color: '#025E4F'

red 2 ◦ green 94 ◦ blue 79

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

Shades of Mosque #025E4F

Tints of Mosque #025E4F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 53.71%

 BLUE value IS 79 (31.25% from 255) = 45.14%

R = 1.14%
G = 53.71%
B = 45.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#025E4F (or 0x025E4F) is known color: Mosque. HEX triplet: 02, 5E and 4F. RGB value is (2,94,79). Sum of RGB (Red+Green+Blue) = 2+94+79=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 94 (37.11% from 255 or 53.71% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 94 - color contains mainly: green. Hex color #025E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025E4F is #FDA1B0. Grayscale: #404040. Windows color (decimal): -16622001 or 5201410. OLE color: 5201410.

HSL color Cylindrical-coordinate representation of color #025E4F: hue angle of 170.22º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E4F is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 94 79 -
CMYK 0.98 0 0.16 0.63
HSL 170.22º 0.96% 0.19% -
HSV(B) 170.22º 0.98% 0.37% -
XYZ 5.44 8.58 8.77 -
YUV 64.78 136.02 83.22 -
System Red Green Blue C M Y K H S L
Decimal 2 94 79 0.98 0 0.16 0.63 170.22 0.96 0.19
Hex 2 5E 4F 62 0 10 3F AA 60 13
Octal 2 136 117 142 0 20 77 252 140 23
Binary 10 1011110 1001111 1100010 0 10000 111111 10101010 1100000 10011

Color Harmonies of #025E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025E4F

Black with #025E4F

Text Example


Text Example

White with #025E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025E4F; }

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

 H1.HeaderClassName
 {
   color: #025E4F;
 }
 .AnyTagClassName
 {
   color: #025E4F;
 }
</style>

background-color css

<style>
 a { background-color: #025E4F; }

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

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

border-color css

<style>
 span { border-color: #025E4F; }

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

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