#023F3D

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

Shades of Cyprus #023F3D

Tints of Cyprus #023F3D

Color information

#023F3D (or 0x023F3D) is unknown color: approx Cyprus. HEX triplet: 02, 3F and 3D. RGB value is (2,63,61). Sum of RGB (Red+Green+Blue) = 2+63+61=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #023F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023F3D is #FDC0C2. Grayscale: #2C2C2C. Windows color (decimal): -16629955 or 4013826. OLE color: 4013826.

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

Color convert

RGB26361-
CMYK0.9700.030.75
HSL178.03º93.85%12.75%-
HSV(B)178.03º96.83%24.71%-
XYZ2.643.95.03-
YUV44.53137.2997.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 63 (25% from 255) = 50%
BLUE value IS 61 (24.22% from 255) = 48.41%
R=1.59%
G=50%
B=48.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal263610.9700.030.75178.0393.8512.75
Hex23F3D61034Bb25ed
Octal277751410311326213615
Binary10111111111101110000101110010111011001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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