#2E856C

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

Shades of Genoa #2E856C

Tints of Genoa #2E856C

Color information

#2E856C (or 0x2E856C) is unknown color: approx Genoa. HEX triplet: 2E, 85 and 6C. RGB value is (46,133,108). Sum of RGB (Red+Green+Blue) = 46+133+108=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #2E856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E856C is #D17A93. Grayscale: #686868. Windows color (decimal): -13728404 or 7111982. OLE color: 7111982.

HSL color Cylindrical-coordinate representation of color #2E856C: hue angle of 162.76º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E856C is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB46133108-
CMYK0.6500.190.48
HSL162.76º48.6%35.1%-
HSV(B)162.76º65.41%52.16%-
XYZ12.2218.4417.1-
YUV104.14130.1886.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.03%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=16.03%
G=46.34%
B=37.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal461331080.6500.190.48162.7648.635.1
Hex2E856C4101330a33123
Octal56205154101023602436143
Binary101110100001011101100100000101001111000010100011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,133,108); }

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

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

 a { background-color: rgb(46,133,108); }

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

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

 span { border-color: rgb(46,133,108); }

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