#02503E

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

Shades of Cyprus #02503E

Tints of Cyprus #02503E

Color information

#02503E (or 0x02503E) is unknown color: approx Cyprus. HEX triplet: 02, 50 and 3E. RGB value is (2,80,62). Sum of RGB (Red+Green+Blue) = 2+80+62=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #02503E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02503E is #FDAFC1. Grayscale: #363636. Windows color (decimal): -16625602 or 4083714. OLE color: 4083714.

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

Color convert

RGB28062-
CMYK0.9800.220.69
HSL166.15º95.12%16.08%-
HSV(B)166.15º97.5%31.37%-
XYZ3.766.15.54-
YUV54.63132.1690.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 80 (31.64% from 255) = 55.56%
BLUE value IS 62 (24.61% from 255) = 43.06%
R=1.39%
G=55.56%
B=43.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280620.9800.220.69166.1595.1216.08
Hex2503E6201645a65f10
Octal21207614202610524613720
Binary1010100001111101100010010110100010110100110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02503E; }

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

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

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

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

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

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

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

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