#023D35

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

Shades of Cyprus #023D35

Tints of Cyprus #023D35

Color information

#023D35 (or 0x023D35) is unknown color: approx Cyprus. HEX triplet: 02, 3D and 35. RGB value is (2,61,53). Sum of RGB (Red+Green+Blue) = 2+61+53=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #023D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D35 is #FDC2CA. Grayscale: #2A2A2A. Windows color (decimal): -16630475 or 3489026. OLE color: 3489026.

HSL color Cylindrical-coordinate representation of color #023D35: hue angle of 171.86º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023D35 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB26153-
CMYK0.9700.130.76
HSL171.86º93.65%12.35%-
HSV(B)171.86º96.72%23.92%-
XYZ2.343.613.94-
YUV42.45133.9599.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 61 (24.22% from 255) = 52.59%
BLUE value IS 53 (21.09% from 255) = 45.69%
R=1.72%
G=52.59%
B=45.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal261530.9700.130.76171.8693.6512.35
Hex23D35610D4Cac5ec
Octal2756514101511425413614
Binary1011110111010111000010110110011001010110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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