#02453A

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

Shades of Cyprus #02453A

Tints of Cyprus #02453A

Color information

#02453A (or 0x02453A) is unknown color: approx Cyprus. HEX triplet: 02, 45 and 3A. RGB value is (2,69,58). Sum of RGB (Red+Green+Blue) = 2+69+58=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #02453A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02453A is #FDBAC5. Grayscale: #2F2F2F. Windows color (decimal): -16628422 or 3818754. OLE color: 3818754.

HSL color Cylindrical-coordinate representation of color #02453A: hue angle of 170.15º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02453A is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB26958-
CMYK0.9700.160.73
HSL170.15º94.37%13.92%-
HSV(B)170.15º97.1%27.06%-
XYZ2.924.574.73-
YUV47.71133.895.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 69 (27.34% from 255) = 53.49%
BLUE value IS 58 (23.05% from 255) = 44.96%
R=1.55%
G=53.49%
B=44.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal269580.9700.160.73170.1594.3713.92
Hex2453A6101049aa5ee
Octal21057214102011125213616
Binary101000101111010110000101000010010011010101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02453A; }

 p { color: rgb(2,69,58); }

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

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

 a { background-color: rgb(2,69,58); }

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

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

 span { border-color: rgb(2,69,58); }

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