#02423F

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

Shades of Cyprus #02423F

Tints of Cyprus #02423F

Color information

#02423F (or 0x02423F) is unknown color: approx Cyprus. HEX triplet: 02, 42 and 3F. RGB value is (2,66,63). Sum of RGB (Red+Green+Blue) = 2+66+63=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #02423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02423F is #FDBDC0. Grayscale: #2E2E2E. Windows color (decimal): -16629185 or 4145666. OLE color: 4145666.

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

Color convert

RGB26663-
CMYK0.9700.050.74
HSL177.19º94.12%13.33%-
HSV(B)177.19º96.97%25.88%-
XYZ2.874.275.38-
YUV46.52137.396.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 66 (26.17% from 255) = 50.38%
BLUE value IS 63 (25% from 255) = 48.09%
R=1.53%
G=50.38%
B=48.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266630.9700.050.74177.1994.1213.33
Hex2423F61054Ab15ed
Octal2102771410511226113615
Binary1010000101111111100001010110010101011000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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