#2E816A

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

Shades of Genoa #2E816A

Tints of Genoa #2E816A

Color information

#2E816A (or 0x2E816A) is unknown color: approx Genoa. HEX triplet: 2E, 81 and 6A. RGB value is (46,129,106). Sum of RGB (Red+Green+Blue) = 46+129+106=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #2E816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E816A is #D17E95. Grayscale: #656565. Windows color (decimal): -13729430 or 6979886. OLE color: 6979886.

HSL color Cylindrical-coordinate representation of color #2E816A: hue angle of 163.37º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E816A is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB46129106-
CMYK0.6400.180.49
HSL163.37º47.43%34.31%-
HSV(B)163.37º64.34%50.59%-
XYZ11.5817.3216.37-
YUV101.56130.588.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.37%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=16.37%
G=45.91%
B=37.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461291060.6400.180.49163.3747.4334.31
Hex2E816A4001231a32f22
Octal56201152100022612435742
Binary101110100000011101010100000001001011000110100011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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