#025B4E

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

Shades of Mosque #025B4E

Tints of Mosque #025B4E

Color information

#025B4E (or 0x025B4E) is unknown color: approx Mosque. HEX triplet: 02, 5B and 4E. RGB value is (2,91,78). Sum of RGB (Red+Green+Blue) = 2+91+78=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #025B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025B4E is #FDA4B1. Grayscale: #3E3E3E. Windows color (decimal): -16622770 or 5135106. OLE color: 5135106.

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

Color convert

RGB29178-
CMYK0.9800.140.64
HSL171.24º95.7%18.24%-
HSV(B)171.24º97.8%35.69%-
XYZ5.148.058.49-
YUV62.91136.5184.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 91 (35.94% from 255) = 53.22%
BLUE value IS 78 (30.86% from 255) = 45.61%
R=1.17%
G=53.22%
B=45.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal291780.9800.140.64171.2495.718.24
Hex25B4E620E40ab6012
Octal213311614201610025314022
Binary1010110111001110110001001110100000010101011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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