#024F42

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

Shades of Cyprus #024F42

Tints of Cyprus #024F42

Color information

#024F42 (or 0x024F42) is unknown color: approx Cyprus. HEX triplet: 02, 4F and 42. RGB value is (2,79,66). Sum of RGB (Red+Green+Blue) = 2+79+66=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #024F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F42 is #FDB0BD. Grayscale: #363636. Windows color (decimal): -16625854 or 4345602. OLE color: 4345602.

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

Color convert

RGB27966-
CMYK0.9700.160.69
HSL169.87º95.06%15.88%-
HSV(B)169.87º97.47%30.98%-
XYZ3.866.11-
YUV54.5134.4990.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 79 (31.25% from 255) = 53.74%
BLUE value IS 66 (26.17% from 255) = 44.90%
R=1.36%
G=53.74%
B=44.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal279660.9700.160.69169.8795.0615.88
Hex24F426101045aa5f10
Octal211710214102010525213720
Binary10100111110000101100001010000100010110101010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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