#024A3C

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

Shades of Cyprus #024A3C

Tints of Cyprus #024A3C

Color information

#024A3C (or 0x024A3C) is unknown color: approx Cyprus. HEX triplet: 02, 4A and 3C. RGB value is (2,74,60). Sum of RGB (Red+Green+Blue) = 2+74+60=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #024A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024A3C is #FDB5C3. Grayscale: #323232. Windows color (decimal): -16627140 or 3951106. OLE color: 3951106.

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

Color convert

RGB27460-
CMYK0.9700.190.71
HSL168.33º94.74%14.9%-
HSV(B)168.33º97.3%29.02%-
XYZ3.295.245.11-
YUV50.88133.1593.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 74 (29.30% from 255) = 54.41%
BLUE value IS 60 (23.83% from 255) = 44.12%
R=1.47%
G=54.41%
B=44.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal274600.9700.190.71168.3394.7414.9
Hex24A3C6101347a85ff
Octal21127414102310725013717
Binary101001010111100110000101001110001111010100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,74,60); }

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

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

 a { background-color: rgb(2,74,60); }

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

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

 span { border-color: rgb(2,74,60); }

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