#024C3E

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

Shades of Cyprus #024C3E

Tints of Cyprus #024C3E

Color information

#024C3E (or 0x024C3E) is unknown color: approx Cyprus. HEX triplet: 02, 4C and 3E. RGB value is (2,76,62). Sum of RGB (Red+Green+Blue) = 2+76+62=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #024C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C3E is #FDB3C1. Grayscale: #343434. Windows color (decimal): -16626626 or 4082690. OLE color: 4082690.

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

Color convert

RGB27662-
CMYK0.9700.180.70
HSL168.65º94.87%15.29%-
HSV(B)168.65º97.37%29.8%-
XYZ3.485.535.44-
YUV52.28133.4892.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 76 (30.08% from 255) = 54.29%
BLUE value IS 62 (24.61% from 255) = 44.29%
R=1.43%
G=54.29%
B=44.29%

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
Decimal276620.9700.180.70168.6594.8715.29
Hex24C3E6101246a95ff
Octal21147614102210625113717
Binary101001100111110110000101001010001101010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,76,62); }

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

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

 a { background-color: rgb(2,76,62); }

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

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

 span { border-color: rgb(2,76,62); }

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