#024241

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

Shades of Cyprus #024241

Tints of Cyprus #024241

Color information

#024241 (or 0x024241) is unknown color: approx Cyprus. HEX triplet: 02, 42 and 41. RGB value is (2,66,65). Sum of RGB (Red+Green+Blue) = 2+66+65=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #024241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024241 is #FDBDBE. Grayscale: #2E2E2E. Windows color (decimal): -16629183 or 4276738. OLE color: 4276738.

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

Color convert

RGB26665-
CMYK0.9700.020.74
HSL179.06º94.12%13.33%-
HSV(B)179.06º96.97%25.88%-
XYZ2.934.295.67-
YUV46.75138.396.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 66 (26.17% from 255) = 49.62%
BLUE value IS 65 (25.78% from 255) = 48.87%
R=1.50%
G=49.62%
B=48.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266650.9700.020.74179.0694.1213.33
Hex2424161024Ab35ed
Octal21021011410211226313615
Binary1010000101000001110000101010010101011001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024241; }

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

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

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

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

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

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

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

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