#023F39

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

Shades of Cyprus #023F39

Tints of Cyprus #023F39

Color information

#023F39 (or 0x023F39) is unknown color: approx Cyprus. HEX triplet: 02, 3F and 39. RGB value is (2,63,57). Sum of RGB (Red+Green+Blue) = 2+63+57=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 63 (25% from 255 or 51.64% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 63 - color contains mainly: green. Hex color #023F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023F39 is #FDC0C6. Grayscale: #2C2C2C. Windows color (decimal): -16629959 or 3751682. OLE color: 3751682.

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

Color convert

RGB26357-
CMYK0.9700.100.75
HSL174.1º93.85%12.75%-
HSV(B)174.1º96.83%24.71%-
XYZ2.543.864.48-
YUV44.08135.2997.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 63 (25% from 255) = 51.64%
BLUE value IS 57 (22.66% from 255) = 46.72%
R=1.64%
G=51.64%
B=46.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal263570.9700.100.75174.193.8512.75
Hex23F39610A4Bae5ed
Octal2777114101211325613615
Binary1011111111100111000010101010010111010111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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