#024138

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

Shades of Cyprus #024138

Tints of Cyprus #024138

Color information

#024138 (or 0x024138) is unknown color: approx Cyprus. HEX triplet: 02, 41 and 38. RGB value is (2,65,56). Sum of RGB (Red+Green+Blue) = 2+65+56=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #024138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024138 is #FDBEC7. Grayscale: #2D2D2D. Windows color (decimal): -16629448 or 3686658. OLE color: 3686658.

HSL color Cylindrical-coordinate representation of color #024138: hue angle of 171.43º 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 #024138 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB26556-
CMYK0.9700.140.75
HSL171.43º94.03%13.14%-
HSV(B)171.43º96.92%25.49%-
XYZ2.634.084.39-
YUV45.14134.1397.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.63%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 56 (22.27% from 255) = 45.53%
R=1.63%
G=52.85%
B=45.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265560.9700.140.75171.4394.0313.14
Hex24138610E4Bab5ed
Octal21017014101611325313615
Binary10100000111100011000010111010010111010101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024138; }

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

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

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

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

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

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

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

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