#024744

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

Shades of Cyprus #024744

Tints of Cyprus #024744

Color information

#024744 (or 0x024744) is unknown color: approx Cyprus. HEX triplet: 02, 47 and 44. RGB value is (2,71,68). Sum of RGB (Red+Green+Blue) = 2+71+68=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #024744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024744 is #FDB8BB. Grayscale: #313131. Windows color (decimal): -16627900 or 4474626. OLE color: 4474626.

HSL color Cylindrical-coordinate representation of color #024744: hue angle of 177.39º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024744 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB27168-
CMYK0.9700.040.72
HSL177.39º94.52%14.31%-
HSV(B)177.39º97.18%27.84%-
XYZ3.324.946.25-
YUV50.03138.1493.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 71 (28.12% from 255) = 50.35%
BLUE value IS 68 (26.95% from 255) = 48.23%
R=1.42%
G=50.35%
B=48.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal271680.9700.040.72177.3994.5214.31
Hex24744610448b15fe
Octal21071041410411026113716
Binary10100011110001001100001010010010001011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024744; }

 p { color: rgb(2,71,68); }

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

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

 a { background-color: rgb(2,71,68); }

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

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

 span { border-color: rgb(2,71,68); }

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