#024D3F

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

Shades of Cyprus #024D3F

Tints of Cyprus #024D3F

Color information

#024D3F (or 0x024D3F) is unknown color: approx Cyprus. HEX triplet: 02, 4D and 3F. RGB value is (2,77,63). Sum of RGB (Red+Green+Blue) = 2+77+63=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 77 (30.47% from 255 or 54.23% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 77 - color contains mainly: green. Hex color #024D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D3F is #FDB2C0. Grayscale: #343434. Windows color (decimal): -16626369 or 4148482. OLE color: 4148482.

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

Color convert

RGB27763-
CMYK0.9700.180.70
HSL168.8º94.94%15.49%-
HSV(B)168.8º97.4%30.2%-
XYZ3.585.685.61-
YUV52.98133.6591.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.41%
GREEN value IS 77 (30.47% from 255) = 54.23%
BLUE value IS 63 (25% from 255) = 44.37%
R=1.41%
G=54.23%
B=44.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal277630.9700.180.70168.894.9415.49
Hex24D3F6101246a95ff
Octal21157714102210625113717
Binary101001101111111110000101001010001101010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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