#02433A

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

Shades of Cyprus #02433A

Tints of Cyprus #02433A

Color information

#02433A (or 0x02433A) is unknown color: approx Cyprus. HEX triplet: 02, 43 and 3A. RGB value is (2,67,58). Sum of RGB (Red+Green+Blue) = 2+67+58=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #02433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02433A is #FDBCC5. Grayscale: #2E2E2E. Windows color (decimal): -16628934 or 3818242. OLE color: 3818242.

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

Color convert

RGB26758-
CMYK0.9700.130.74
HSL171.69º94.2%13.53%-
HSV(B)171.69º97.01%26.27%-
XYZ2.84.334.69-
YUV46.54134.4796.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 67 (26.56% from 255) = 52.76%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=1.57%
G=52.76%
B=45.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267580.9700.130.74171.6994.213.53
Hex2433A610D4Aac5ee
Octal21037214101511225413616
Binary10100001111101011000010110110010101010110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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