#023531

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

Shades of Cyprus #023531

Tints of Cyprus #023531

Color information

#023531 (or 0x023531) is unknown color: approx Cyprus. HEX triplet: 02, 35 and 31. RGB value is (2,53,49). Sum of RGB (Red+Green+Blue) = 2+53+49=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #023531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023531 is #FDCACE. Grayscale: #252525. Windows color (decimal): -16632527 or 3224834. OLE color: 3224834.

HSL color Cylindrical-coordinate representation of color #023531: hue angle of 175.29º 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 #023531 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB25349-
CMYK0.9600.080.79
HSL175.29º92.73%10.78%-
HSV(B)175.29º96.23%20.78%-
XYZ1.852.783.34-
YUV37.29134.6102.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 53 (21.09% from 255) = 50.96%
BLUE value IS 49 (19.53% from 255) = 47.12%
R=1.92%
G=50.96%
B=47.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal253490.9600.080.79175.2992.7310.78
Hex2353160084Faf5db
Octal2656114001011725713513
Binary1011010111000111000000100010011111010111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023531; }

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

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

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

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

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

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

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

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