#2E8469

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

Shades of Genoa #2E8469

Tints of Genoa #2E8469

Color information

#2E8469 (or 0x2E8469) is unknown color: approx Genoa. HEX triplet: 2E, 84 and 69. RGB value is (46,132,105). Sum of RGB (Red+Green+Blue) = 46+132+105=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #2E8469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8469 is #D17B96. Grayscale: #676767. Windows color (decimal): -13728663 or 6915118. OLE color: 6915118.

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

Color convert

RGB46132105-
CMYK0.6500.200.48
HSL161.16º48.31%34.9%-
HSV(B)161.16º65.15%51.76%-
XYZ11.9318.116.23-
YUV103.21129.0187.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.25%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=16.25%
G=46.64%
B=37.10%

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
Decimal461321050.6500.200.48161.1648.3134.9
Hex2E84694101430a13023
Octal56204151101024602416043
Binary101110100001001101001100000101010011000010100001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,132,105); }

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

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

 a { background-color: rgb(46,132,105); }

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

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

 span { border-color: rgb(46,132,105); }

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