#024D3C

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

Shades of Cyprus #024D3C

Tints of Cyprus #024D3C

Color information

#024D3C (or 0x024D3C) is unknown color: approx Cyprus. HEX triplet: 02, 4D and 3C. RGB value is (2,77,60). Sum of RGB (Red+Green+Blue) = 2+77+60=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #024D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D3C is #FDB2C3. Grayscale: #343434. Windows color (decimal): -16626372 or 3951874. OLE color: 3951874.

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

Color convert

RGB27760-
CMYK0.9700.220.70
HSL166.4º94.94%15.49%-
HSV(B)166.4º97.4%30.2%-
XYZ3.495.655.18-
YUV52.64132.1591.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 77 (30.47% from 255) = 55.40%
BLUE value IS 60 (23.83% from 255) = 43.17%
R=1.44%
G=55.40%
B=43.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal277600.9700.220.70166.494.9415.49
Hex24D3C6101646a65ff
Octal21157414102610624613717
Binary101001101111100110000101011010001101010011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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