#02403C

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

Shades of Cyprus #02403C

Tints of Cyprus #02403C

Color information

#02403C (or 0x02403C) is unknown color: approx Cyprus. HEX triplet: 02, 40 and 3C. RGB value is (2,64,60). Sum of RGB (Red+Green+Blue) = 2+64+60=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #02403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02403C is #FDBFC3. Grayscale: #2C2C2C. Windows color (decimal): -16629700 or 3948546. OLE color: 3948546.

HSL color Cylindrical-coordinate representation of color #02403C: hue angle of 176.13º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02403C is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB26460-
CMYK0.9700.060.75
HSL176.13º93.94%12.94%-
HSV(B)176.13º96.88%25.1%-
XYZ2.674.014.91-
YUV45.01136.4697.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 60 (23.83% from 255) = 47.62%
R=1.59%
G=50.79%
B=47.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264600.9700.060.75176.1393.9412.94
Hex2403C61064Bb05ed
Octal2100741410611326013615
Binary1010000001111001100001011010010111011000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02403C; }

 p { color: rgb(2,64,60); }

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

<style>
 a { background-color: #02403C; }

 a { background-color: rgb(2,64,60); }

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

<style>
 span { border-color: #02403C; }

 span { border-color: rgb(2,64,60); }

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