#02453F

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

Shades of Cyprus #02453F

Tints of Cyprus #02453F

Color information

#02453F (or 0x02453F) is unknown color: approx Cyprus. HEX triplet: 02, 45 and 3F. RGB value is (2,69,63). Sum of RGB (Red+Green+Blue) = 2+69+63=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #02453F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02453F is #FDBAC0. Grayscale: #303030. Windows color (decimal): -16628417 or 4146434. OLE color: 4146434.

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

Color convert

RGB26963-
CMYK0.9700.090.73
HSL174.63º94.37%13.92%-
HSV(B)174.63º97.1%27.06%-
XYZ3.054.635.44-
YUV48.28136.394.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 69 (27.34% from 255) = 51.49%
BLUE value IS 63 (25% from 255) = 47.01%
R=1.49%
G=51.49%
B=47.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal269630.9700.090.73174.6394.3713.92
Hex2453F610949af5ee
Octal21057714101111125713616
Binary10100010111111111000010100110010011010111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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