#2E8267

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

Shades of Genoa #2E8267

Tints of Genoa #2E8267

Color information

#2E8267 (or 0x2E8267) is unknown color: approx Genoa. HEX triplet: 2E, 82 and 67. RGB value is (46,130,103). Sum of RGB (Red+Green+Blue) = 46+130+103=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #2E8267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8267 is #D17D98. Grayscale: #656565. Windows color (decimal): -13729177 or 6783534. OLE color: 6783534.

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

Color convert

RGB46130103-
CMYK0.6500.210.49
HSL160.71º47.73%34.51%-
HSV(B)160.71º64.62%50.98%-
XYZ11.5617.5315.61-
YUV101.81128.6788.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.49%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=16.49%
G=46.59%
B=36.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal461301030.6500.210.49160.7147.7334.51
Hex2E82674101531a13023
Octal56202147101025612416043
Binary101110100000101100111100000101010111000110100001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,130,103); }

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

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

 a { background-color: rgb(46,130,103); }

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

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

 span { border-color: rgb(46,130,103); }

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