#2B8673

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

Shades of Genoa #2B8673

Tints of Genoa #2B8673

Color information

#2B8673 (or 0x2B8673) is unknown color: approx Genoa. HEX triplet: 2B, 86 and 73. RGB value is (43,134,115). Sum of RGB (Red+Green+Blue) = 43+134+115=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8673 is #D4798C. Grayscale: #686868. Windows color (decimal): -13924749 or 7570987. OLE color: 7570987.

HSL color Cylindrical-coordinate representation of color #2B8673: hue angle of 167.47º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8673 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB43134115-
CMYK0.6800.140.47
HSL167.47º51.41%34.71%-
HSV(B)167.47º67.91%52.55%-
XYZ12.6218.819.18-
YUV104.62133.8584.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.73%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=14.73%
G=45.89%
B=39.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal431341150.6800.140.47167.4751.4134.71
Hex2B8673440E2Fa73323
Octal53206163104016572476343
Binary10101110000110111001110001000111010111110100111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,134,115); }

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

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

 a { background-color: rgb(43,134,115); }

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

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

 span { border-color: rgb(43,134,115); }

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