#024E40

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

Shades of Cyprus #024E40

Tints of Cyprus #024E40

Color information

#024E40 (or 0x024E40) is unknown color: approx Cyprus. HEX triplet: 02, 4E and 40. RGB value is (2,78,64). Sum of RGB (Red+Green+Blue) = 2+78+64=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #024E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E40 is #FDB1BF. Grayscale: #353535. Windows color (decimal): -16626112 or 4214274. OLE color: 4214274.

HSL color Cylindrical-coordinate representation of color #024E40: hue angle of 168.95º 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 #024E40 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB27864-
CMYK0.9700.180.69
HSL168.95º95%15.69%-
HSV(B)168.95º97.44%30.59%-
XYZ3.675.835.78-
YUV53.68133.8291.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 78 (30.86% from 255) = 54.17%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=1.39%
G=54.17%
B=44.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal278640.9700.180.69168.959515.69
Hex24E406101245a95f10
Octal211610014102210525113720
Binary10100111010000001100001010010100010110101001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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