#02433F

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

Shades of Cyprus #02433F

Tints of Cyprus #02433F

Color information

#02433F (or 0x02433F) is unknown color: approx Cyprus. HEX triplet: 02, 43 and 3F. RGB value is (2,67,63). Sum of RGB (Red+Green+Blue) = 2+67+63=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #02433F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02433F is #FDBCC0. Grayscale: #2F2F2F. Windows color (decimal): -16628929 or 4145922. OLE color: 4145922.

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

Color convert

RGB26763-
CMYK0.9700.060.74
HSL176.31º94.2%13.53%-
HSV(B)176.31º97.01%26.27%-
XYZ2.934.395.39-
YUV47.11136.9795.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 67 (26.56% from 255) = 50.76%
BLUE value IS 63 (25% from 255) = 47.73%
R=1.52%
G=50.76%
B=47.73%

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
Decimal267630.9700.060.74176.3194.213.53
Hex2433F61064Ab05ee
Octal2103771410611226013616
Binary1010000111111111100001011010010101011000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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