#2E7869

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

Shades of Genoa #2E7869

Tints of Genoa #2E7869

Color information

#2E7869 (or 0x2E7869) is unknown color: approx Genoa. HEX triplet: 2E, 78 and 69. RGB value is (46,120,105). Sum of RGB (Red+Green+Blue) = 46+120+105=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7869 is #D18796. Grayscale: #606060. Windows color (decimal): -13731735 or 6912046. OLE color: 6912046.

HSL color Cylindrical-coordinate representation of color #2E7869: hue angle of 167.84º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7869 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB46120105-
CMYK0.6200.130.53
HSL167.84º44.58%32.55%-
HSV(B)167.84º61.67%47.06%-
XYZ10.3915.0315.72-
YUV96.16132.9892.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.97%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=16.97%
G=44.28%
B=38.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal461201050.6200.130.53167.8444.5832.55
Hex2E78693E0D35a82d21
Octal5617015176015652505541
Binary101110111100011010011111100110111010110101000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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