#023832

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

Shades of Cyprus #023832

Tints of Cyprus #023832

Color information

#023832 (or 0x023832) is unknown color: approx Cyprus. HEX triplet: 02, 38 and 32. RGB value is (2,56,50). Sum of RGB (Red+Green+Blue) = 2+56+50=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #023832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023832 is #FDC7CD. Grayscale: #272727. Windows color (decimal): -16631758 or 3291138. OLE color: 3291138.

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

Color convert

RGB25650-
CMYK0.9600.110.78
HSL173.33º93.1%11.37%-
HSV(B)173.33º96.43%21.96%-
XYZ2.013.073.5-
YUV39.17134.11101.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 56 (22.27% from 255) = 51.85%
BLUE value IS 50 (19.92% from 255) = 46.30%
R=1.85%
G=51.85%
B=46.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal256500.9600.110.78173.3393.111.37
Hex23832600B4Ead5db
Octal2706214001311625513513
Binary1011100011001011000000101110011101010110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023832; }

 p { color: rgb(2,56,50); }

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

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

 a { background-color: rgb(2,56,50); }

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

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

 span { border-color: rgb(2,56,50); }

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