#2E836E

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

Shades of Genoa #2E836E

Tints of Genoa #2E836E

Color information

#2E836E (or 0x2E836E) is unknown color: approx Genoa. HEX triplet: 2E, 83 and 6E. RGB value is (46,131,110). Sum of RGB (Red+Green+Blue) = 46+131+110=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #2E836E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E836E is #D17C91. Grayscale: #676767. Windows color (decimal): -13728914 or 7242542. OLE color: 7242542.

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

Color convert

RGB46131110-
CMYK0.6500.160.49
HSL165.18º48.02%34.71%-
HSV(B)165.18º64.89%51.37%-
XYZ12.0617.9417.58-
YUV103.19131.8487.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.03%
GREEN value IS 131 (51.56% from 255) = 45.64%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=16.03%
G=45.64%
B=38.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461311100.6500.160.49165.1848.0234.71
Hex2E836E4101031a53023
Octal56203156101020612456043
Binary101110100000111101110100000101000011000110100101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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