#02493E

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

Shades of Cyprus #02493E

Tints of Cyprus #02493E

Color information

#02493E (or 0x02493E) is unknown color: approx Cyprus. HEX triplet: 02, 49 and 3E. RGB value is (2,73,62). Sum of RGB (Red+Green+Blue) = 2+73+62=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #02493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02493E is #FDB6C1. Grayscale: #323232. Windows color (decimal): -16627394 or 4081922. OLE color: 4081922.

HSL color Cylindrical-coordinate representation of color #02493E: hue angle of 170.7º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02493E is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB27362-
CMYK0.9700.150.71
HSL170.7º94.67%14.71%-
HSV(B)170.7º97.26%28.63%-
XYZ3.285.135.37-
YUV50.52134.4893.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 73 (28.91% from 255) = 53.28%
BLUE value IS 62 (24.61% from 255) = 45.26%
R=1.46%
G=53.28%
B=45.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal273620.9700.150.71170.794.6714.71
Hex2493E610F47ab5ff
Octal21117614101710725313717
Binary10100100111111011000010111110001111010101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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