#2E7775

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

Shades of Atoll #2E7775

Tints of Atoll #2E7775

Color information

#2E7775 (or 0x2E7775) is unknown color: approx Atoll. HEX triplet: 2E, 77 and 75. RGB value is (46,119,117). Sum of RGB (Red+Green+Blue) = 46+119+117=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7775 is #D1888A. Grayscale: #606060. Windows color (decimal): -13731979 or 7698222. OLE color: 7698222.

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

Color convert

RGB46119117-
CMYK0.6100.020.53
HSL178.36º44.24%32.35%-
HSV(B)178.36º61.34%46.67%-
XYZ10.9315.0619.16-
YUV96.94139.3291.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.31%
GREEN value IS 119 (46.88% from 255) = 42.20%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=16.31%
G=42.20%
B=41.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461191170.6100.020.53178.3644.2432.35
Hex2E77753D0235b22c20
Octal561671657502652625440
Binary1011101110111111010111110101011010110110010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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