#024140

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

Shades of Cyprus #024140

Tints of Cyprus #024140

Color information

#024140 (or 0x024140) is unknown color: approx Cyprus. HEX triplet: 02, 41 and 40. RGB value is (2,65,64). Sum of RGB (Red+Green+Blue) = 2+65+64=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #024140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024140 is #FDBEBF. Grayscale: #2D2D2D. Windows color (decimal): -16629440 or 4210946. OLE color: 4210946.

HSL color Cylindrical-coordinate representation of color #024140: hue angle of 179.05º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024140 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB26564-
CMYK0.9700.020.75
HSL179.05º94.03%13.14%-
HSV(B)179.05º96.92%25.49%-
XYZ2.844.165.5-
YUV46.05138.1396.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 65 (25.78% from 255) = 49.62%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=1.53%
G=49.62%
B=48.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265640.9700.020.75179.0594.0313.14
Hex2414061024Bb35ed
Octal21011001410211326313615
Binary1010000011000000110000101010010111011001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024140; }

 p { color: rgb(2,65,64); }

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

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

 a { background-color: rgb(2,65,64); }

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

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

 span { border-color: rgb(2,65,64); }

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