#024D44

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

Shades of Cyprus #024D44

Tints of Cyprus #024D44

Color information

#024D44 (or 0x024D44) is unknown color: approx Cyprus. HEX triplet: 02, 4D and 44. RGB value is (2,77,68). Sum of RGB (Red+Green+Blue) = 2+77+68=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #024D44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D44 is #FDB2BB. Grayscale: #353535. Windows color (decimal): -16626364 or 4476162. OLE color: 4476162.

HSL color Cylindrical-coordinate representation of color #024D44: hue angle of 172.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024D44 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB27768-
CMYK0.9700.120.70
HSL172.8º94.94%15.49%-
HSV(B)172.8º97.4%30.2%-
XYZ3.725.746.38-
YUV53.55136.1591.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 77 (30.47% from 255) = 52.38%
BLUE value IS 68 (26.95% from 255) = 46.26%
R=1.36%
G=52.38%
B=46.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal277680.9700.120.70172.894.9415.49
Hex24D44610C46ad5ff
Octal211510414101410625513717
Binary101001101100010011000010110010001101010110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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