Html Css Color HEX #025A4E Mosque

📋 copy color: '#025A4E'

red 2 ◦ green 90 ◦ blue 78

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

Shades of Mosque #025A4E

Tints of Mosque #025A4E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 52.94%

 BLUE value IS 78 (30.86% from 255) = 45.88%

R = 1.18%
G = 52.94%
B = 45.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#025A4E (or 0x025A4E) is known color: Mosque. HEX triplet: 02, 5A and 4E. RGB value is (2,90,78). Sum of RGB (Red+Green+Blue) = 2+90+78=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #025A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A4E is #FDA5B1. Grayscale: #3E3E3E. Windows color (decimal): -16623026 or 5134850. OLE color: 5134850.

HSL color Cylindrical-coordinate representation of color #025A4E: hue angle of 171.82º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025A4E is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 90 78 -
CMYK 0.98 0 0.13 0.65
HSL 171.82º 0.96% 0.18% -
HSV(B) 171.82º 0.98% 0.35% -
XYZ 5.06 7.88 8.46 -
YUV 62.32 136.85 84.98 -
System Red Green Blue C M Y K H S L
Decimal 2 90 78 0.98 0 0.13 0.65 171.82 0.96 0.18
Hex 2 5A 4E 62 0 D 41 AC 60 12
Octal 2 132 116 142 0 15 101 254 140 22
Binary 10 1011010 1001110 1100010 0 1101 1000001 10101100 1100000 10010

Color Harmonies of #025A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A4E

Black with #025A4E

Text Example


Text Example

White with #025A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,90,78); }

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

background-color css

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

 a { background-color: rgb(2,90,78); }

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

border-color css

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

 span { border-color: rgb(2,90,78); }

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