#02443D

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

Shades of Cyprus #02443D

Tints of Cyprus #02443D

Color information

#02443D (or 0x02443D) is unknown color: approx Cyprus. HEX triplet: 02, 44 and 3D. RGB value is (2,68,61). Sum of RGB (Red+Green+Blue) = 2+68+61=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #02443D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02443D is #FDBBC2. Grayscale: #2F2F2F. Windows color (decimal): -16628675 or 4015106. OLE color: 4015106.

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

Color convert

RGB26861-
CMYK0.9700.100.73
HSL173.64º94.29%13.73%-
HSV(B)173.64º97.06%26.67%-
XYZ2.934.485.13-
YUV47.47135.6395.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 68 (26.95% from 255) = 51.91%
BLUE value IS 61 (24.22% from 255) = 46.56%
R=1.53%
G=51.91%
B=46.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal268610.9700.100.73173.6494.2913.73
Hex2443D610A49ae5ee
Octal21047514101211125613616
Binary10100010011110111000010101010010011010111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02443D; }

 p { color: rgb(2,68,61); }

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

<style>
 a { background-color: #02443D; }

 a { background-color: rgb(2,68,61); }

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

<style>
 span { border-color: #02443D; }

 span { border-color: rgb(2,68,61); }

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