#024D46

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

Shades of Cyprus #024D46

Tints of Cyprus #024D46

Color information

#024D46 (or 0x024D46) is unknown color: approx Cyprus. HEX triplet: 02, 4D and 46. RGB value is (2,77,70). Sum of RGB (Red+Green+Blue) = 2+77+70=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #024D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D46 is #FDB2B9. Grayscale: #353535. Windows color (decimal): -16626362 or 4607234. OLE color: 4607234.

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

Color convert

RGB27770-
CMYK0.9700.090.70
HSL174.4º94.94%15.49%-
HSV(B)174.4º97.4%30.2%-
XYZ3.785.766.71-
YUV53.78137.1591.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 77 (30.47% from 255) = 51.68%
BLUE value IS 70 (27.73% from 255) = 46.98%
R=1.34%
G=51.68%
B=46.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal277700.9700.090.70174.494.9415.49
Hex24D46610946ae5ff
Octal211510614101110625613717
Binary101001101100011011000010100110001101010111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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