#2E856B

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

Shades of Genoa #2E856B

Tints of Genoa #2E856B

Color information

#2E856B (or 0x2E856B) is unknown color: approx Genoa. HEX triplet: 2E, 85 and 6B. RGB value is (46,133,107). Sum of RGB (Red+Green+Blue) = 46+133+107=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #2E856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E856B is #D17A94. Grayscale: #686868. Windows color (decimal): -13728405 or 7046446. OLE color: 7046446.

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

Color convert

RGB46133107-
CMYK0.6500.200.48
HSL162.07º48.6%35.1%-
HSV(B)162.07º65.41%52.16%-
XYZ12.1718.4216.82-
YUV104.02129.6886.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.08%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=16.08%
G=46.50%
B=37.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal461331070.6500.200.48162.0748.635.1
Hex2E856B4101430a23123
Octal56205153101024602426143
Binary101110100001011101011100000101010011000010100010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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