#023534

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

Shades of Cyprus #023534

Tints of Cyprus #023534

Color information

#023534 (or 0x023534) is unknown color: approx Cyprus. HEX triplet: 02, 35 and 34. RGB value is (2,53,52). Sum of RGB (Red+Green+Blue) = 2+53+52=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #023534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023534 is #FDCACB. Grayscale: #252525. Windows color (decimal): -16632524 or 3421442. OLE color: 3421442.

HSL color Cylindrical-coordinate representation of color #023534: hue angle of 178.82º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023534 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB25352-
CMYK0.9600.020.79
HSL178.82º92.73%10.78%-
HSV(B)178.82º96.23%20.78%-
XYZ1.922.813.69-
YUV37.64136.1102.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 53 (21.09% from 255) = 49.53%
BLUE value IS 52 (20.70% from 255) = 48.60%
R=1.87%
G=49.53%
B=48.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal253520.9600.020.79178.8292.7310.78
Hex2353460024Fb35db
Octal265641400211726313513
Binary10110101110100110000001010011111011001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023534; }

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

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

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

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

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

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

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

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