#2E856E

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

Shades of Genoa #2E856E

Tints of Genoa #2E856E

Color information

#2E856E (or 0x2E856E) is unknown color: approx Genoa. HEX triplet: 2E, 85 and 6E. RGB value is (46,133,110). Sum of RGB (Red+Green+Blue) = 46+133+110=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #2E856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E856E is #D17A91. Grayscale: #686868. Windows color (decimal): -13728402 or 7243054. OLE color: 7243054.

HSL color Cylindrical-coordinate representation of color #2E856E: hue angle of 164.14º 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 #2E856E is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB46133110-
CMYK0.6500.170.48
HSL164.14º48.6%35.1%-
HSV(B)164.14º65.41%52.16%-
XYZ12.3318.4817.67-
YUV104.36131.1886.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.92%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=15.92%
G=46.02%
B=38.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal461331100.6500.170.48164.1448.635.1
Hex2E856E4101130a43123
Octal56205156101021602446143
Binary101110100001011101110100000101000111000010100100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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