#024038

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

Shades of Cyprus #024038

Tints of Cyprus #024038

Color information

#024038 (or 0x024038) is unknown color: approx Cyprus. HEX triplet: 02, 40 and 38. RGB value is (2,64,56). Sum of RGB (Red+Green+Blue) = 2+64+56=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #024038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024038 is #FDBFC7. Grayscale: #2C2C2C. Windows color (decimal): -16629704 or 3686402. OLE color: 3686402.

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

Color convert

RGB26456-
CMYK0.9700.130.75
HSL172.26º93.94%12.94%-
HSV(B)172.26º96.88%25.1%-
XYZ2.573.974.37-
YUV44.55134.4697.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 56 (22.27% from 255) = 45.90%
R=1.64%
G=52.46%
B=45.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264560.9700.130.75172.2693.9412.94
Hex24038610D4Bac5ed
Octal21007014101511325413615
Binary10100000011100011000010110110010111010110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024038; }

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

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

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

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

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

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

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

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