#02423C

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

Shades of Cyprus #02423C

Tints of Cyprus #02423C

Color information

#02423C (or 0x02423C) is unknown color: approx Cyprus. HEX triplet: 02, 42 and 3C. RGB value is (2,66,60). Sum of RGB (Red+Green+Blue) = 2+66+60=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #02423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02423C is #FDBDC3. Grayscale: #2E2E2E. Windows color (decimal): -16629188 or 3949058. OLE color: 3949058.

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

Color convert

RGB26660-
CMYK0.9700.090.74
HSL174.38º94.12%13.33%-
HSV(B)174.38º96.97%25.88%-
XYZ2.794.244.95-
YUV46.18135.896.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 66 (26.17% from 255) = 51.56%
BLUE value IS 60 (23.83% from 255) = 46.88%
R=1.56%
G=51.56%
B=46.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266600.9700.090.74174.3894.1213.33
Hex2423C61094Aae5ed
Octal21027414101111225613615
Binary10100001011110011000010100110010101010111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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