#2A2740

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

Shades of Haiti #2A2740

Tints of Haiti #2A2740

Color information

#2A2740 (or 0x2A2740) is unknown color: approx Haiti. HEX triplet: 2A, 27 and 40. RGB value is (42,39,64). Sum of RGB (Red+Green+Blue) = 42+39+64=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #2A2740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2740 is #D5D8BF. Grayscale: #2A2A2A. Windows color (decimal): -14014656 or 4204330. OLE color: 4204330.

HSL color Cylindrical-coordinate representation of color #2A2740: hue angle of 247.2º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2A2740 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB423964-
CMYK0.340.3900.75
HSL247.2º24.27%20.2%-
HSV(B)247.2º39.06%25.1%-
XYZ2.612.315.16-
YUV42.75139.99127.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.97%
GREEN value IS 39 (15.62% from 255) = 26.90%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=28.97%
G=26.90%
B=44.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4239640.340.3900.75247.224.2720.2
Hex2A2740222704Bf71814
Octal5247100424701133673024
Binary101010100111100000010001010011101001011111101111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2740; }

 p { color: rgb(42,39,64); }

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

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

 a { background-color: rgb(42,39,64); }

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

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

 span { border-color: rgb(42,39,64); }

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