#024F40

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

Shades of Cyprus #024F40

Tints of Cyprus #024F40

Color information

#024F40 (or 0x024F40) is unknown color: approx Cyprus. HEX triplet: 02, 4F and 40. RGB value is (2,79,64). Sum of RGB (Red+Green+Blue) = 2+79+64=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #024F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F40 is #FDB0BF. Grayscale: #363636. Windows color (decimal): -16625856 or 4214530. OLE color: 4214530.

HSL color Cylindrical-coordinate representation of color #024F40: hue angle of 168.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024F40 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB27964-
CMYK0.9700.190.69
HSL168.31º95.06%15.88%-
HSV(B)168.31º97.47%30.98%-
XYZ3.755.985.81-
YUV54.27133.4990.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 79 (31.25% from 255) = 54.48%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=1.38%
G=54.48%
B=44.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal279640.9700.190.69168.3195.0615.88
Hex24F406101345a85f10
Octal211710014102310525013720
Binary10100111110000001100001010011100010110101000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024F40; }

 p { color: rgb(2,79,64); }

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

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

 a { background-color: rgb(2,79,64); }

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

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

 span { border-color: rgb(2,79,64); }

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