#02493F

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

Shades of Cyprus #02493F

Tints of Cyprus #02493F

Color information

#02493F (or 0x02493F) is unknown color: approx Cyprus. HEX triplet: 02, 49 and 3F. RGB value is (2,73,63). Sum of RGB (Red+Green+Blue) = 2+73+63=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #02493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02493F is #FDB6C0. Grayscale: #323232. Windows color (decimal): -16627393 or 4147458. OLE color: 4147458.

HSL color Cylindrical-coordinate representation of color #02493F: hue angle of 171.55º 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 #02493F is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB27363-
CMYK0.9700.140.71
HSL171.55º94.67%14.71%-
HSV(B)171.55º97.26%28.63%-
XYZ3.35.145.52-
YUV50.63134.9893.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 73 (28.91% from 255) = 52.90%
BLUE value IS 63 (25% from 255) = 45.65%
R=1.45%
G=52.90%
B=45.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal273630.9700.140.71171.5594.6714.71
Hex2493F610E47ac5ff
Octal21117714101610725413717
Binary10100100111111111000010111010001111010110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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