#2E856A

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

Shades of Genoa #2E856A

Tints of Genoa #2E856A

Color information

#2E856A (or 0x2E856A) is unknown color: approx Genoa. HEX triplet: 2E, 85 and 6A. RGB value is (46,133,106). Sum of RGB (Red+Green+Blue) = 46+133+106=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #2E856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E856A is #D17A95. Grayscale: #676767. Windows color (decimal): -13728406 or 6980910. OLE color: 6980910.

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

Color convert

RGB46133106-
CMYK0.6500.200.48
HSL161.38º48.6%35.1%-
HSV(B)161.38º65.41%52.16%-
XYZ12.1218.416.55-
YUV103.91129.1886.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.14%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=16.14%
G=46.67%
B=37.19%

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
Decimal461331060.6500.200.48161.3848.635.1
Hex2E856A4101430a13123
Octal56205152101024602416143
Binary101110100001011101010100000101010011000010100001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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