#024D45

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

Shades of Cyprus #024D45

Tints of Cyprus #024D45

Color information

#024D45 (or 0x024D45) is unknown color: approx Cyprus. HEX triplet: 02, 4D and 45. RGB value is (2,77,69). Sum of RGB (Red+Green+Blue) = 2+77+69=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #024D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D45 is #FDB2BA. Grayscale: #353535. Windows color (decimal): -16626363 or 4541698. OLE color: 4541698.

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

Color convert

RGB27769-
CMYK0.9700.100.70
HSL173.6º94.94%15.49%-
HSV(B)173.6º97.4%30.2%-
XYZ3.755.756.54-
YUV53.66136.6591.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 77 (30.47% from 255) = 52.03%
BLUE value IS 69 (27.34% from 255) = 46.62%
R=1.35%
G=52.03%
B=46.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal277690.9700.100.70173.694.9415.49
Hex24D45610A46ae5ff
Octal211510514101210625613717
Binary101001101100010111000010101010001101010111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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