#025044

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

Shades of Cyprus #025044

Tints of Cyprus #025044

Color information

#025044 (or 0x025044) is unknown color: approx Cyprus. HEX triplet: 02, 50 and 44. RGB value is (2,80,68). Sum of RGB (Red+Green+Blue) = 2+80+68=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #025044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025044 is #FDAFBB. Grayscale: #373737. Windows color (decimal): -16625596 or 4476930. OLE color: 4476930.

HSL color Cylindrical-coordinate representation of color #025044: hue angle of 170.77º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025044 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB28068-
CMYK0.9800.150.69
HSL170.77º95.12%16.08%-
HSV(B)170.77º97.5%31.37%-
XYZ3.946.176.45-
YUV55.31135.1689.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.33%
GREEN value IS 80 (31.64% from 255) = 53.33%
BLUE value IS 68 (26.95% from 255) = 45.33%
R=1.33%
G=53.33%
B=45.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280680.9800.150.69170.7795.1216.08
Hex25044620F45ab5f10
Octal212010414201710525313720
Binary1010100001000100110001001111100010110101011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025044; }

 p { color: rgb(2,80,68); }

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

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

 a { background-color: rgb(2,80,68); }

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

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

 span { border-color: rgb(2,80,68); }

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