#02423E

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

Shades of Cyprus #02423E

Tints of Cyprus #02423E

Color information

#02423E (or 0x02423E) is unknown color: approx Cyprus. HEX triplet: 02, 42 and 3E. RGB value is (2,66,62). Sum of RGB (Red+Green+Blue) = 2+66+62=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 62 (24.61% from 255 or 47.69% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #02423E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02423E is #FDBDC1. Grayscale: #2E2E2E. Windows color (decimal): -16629186 or 4080130. OLE color: 4080130.

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

Color convert

RGB26662-
CMYK0.9700.060.74
HSL176.25º94.12%13.33%-
HSV(B)176.25º96.97%25.88%-
XYZ2.844.265.23-
YUV46.41136.896.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 66 (26.17% from 255) = 50.77%
BLUE value IS 62 (24.61% from 255) = 47.69%
R=1.54%
G=50.77%
B=47.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266620.9700.060.74176.2594.1213.33
Hex2423E61064Ab05ed
Octal2102761410611226013615
Binary1010000101111101100001011010010101011000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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