#023D40

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

Shades of Cyprus #023D40

Tints of Cyprus #023D40

Color information

#023D40 (or 0x023D40) is unknown color: approx Cyprus. HEX triplet: 02, 3D and 40. RGB value is (2,61,64). Sum of RGB (Red+Green+Blue) = 2+61+64=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #023D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D40 is #FDC2BF. Grayscale: #2B2B2B. Windows color (decimal): -16630464 or 4209922. OLE color: 4209922.

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

Color convert

RGB26164-
CMYK0.970.0500.75
HSL182.9º93.94%12.94%-
HSV(B)182.9º96.88%25.1%-
XYZ2.623.725.43-
YUV43.7139.4598.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 61 (24.22% from 255) = 48.03%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=1.57%
G=48.03%
B=50.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal261640.970.0500.75182.993.9412.94
Hex23D4061504Bb75ed
Octal2751001415011326713615
Binary1011110110000001100001101010010111011011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023D40; }

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

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

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

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

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

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

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

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