#2E6A75

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

Shades of Allports #2E6A75

Tints of Allports #2E6A75

Color information

#2E6A75 (or 0x2E6A75) is unknown color: approx Allports. HEX triplet: 2E, 6A and 75. RGB value is (46,106,117). Sum of RGB (Red+Green+Blue) = 46+106+117=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E6A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6A75 is #D1958A. Grayscale: #595959. Windows color (decimal): -13735307 or 7694894. OLE color: 7694894.

HSL color Cylindrical-coordinate representation of color #2E6A75: hue angle of 189.3º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E6A75 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB46106117-
CMYK0.610.0900.54
HSL189.3º43.56%31.96%-
HSV(B)189.3º60.68%45.88%-
XYZ9.4912.1718.68-
YUV89.31143.6297.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.10%
GREEN value IS 106 (41.80% from 255) = 39.41%
BLUE value IS 117 (46.09% from 255) = 43.49%
R=17.10%
G=39.41%
B=43.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal461061170.610.0900.54189.343.5631.96
Hex2E6A753D9036bd2c20
Octal5615216575110662755440
Binary101110110101011101011111011001011011010111101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,106,117); }

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

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

 a { background-color: rgb(46,106,117); }

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

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

 span { border-color: rgb(46,106,117); }

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