#025041

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

Shades of Cyprus #025041

Tints of Cyprus #025041

Color information

#025041 (or 0x025041) is unknown color: approx Cyprus. HEX triplet: 02, 50 and 41. RGB value is (2,80,65). Sum of RGB (Red+Green+Blue) = 2+80+65=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #025041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025041 is #FDAFBE. Grayscale: #363636. Windows color (decimal): -16625599 or 4280322. OLE color: 4280322.

HSL color Cylindrical-coordinate representation of color #025041: hue angle of 168.46º 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 #025041 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB28065-
CMYK0.9800.190.69
HSL168.46º95.12%16.08%-
HSV(B)168.46º97.5%31.37%-
XYZ3.856.135.98-
YUV54.97133.6690.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 80 (31.64% from 255) = 54.42%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=1.36%
G=54.42%
B=44.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280650.9800.190.69168.4695.1216.08
Hex250416201345a85f10
Octal212010114202310525013720
Binary10101000010000011100010010011100010110101000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025041; }

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

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

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

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

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

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

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

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