#2B8770

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

Shades of Genoa #2B8770

Tints of Genoa #2B8770

Color information

#2B8770 (or 0x2B8770) is unknown color: approx Genoa. HEX triplet: 2B, 87 and 70. RGB value is (43,135,112). Sum of RGB (Red+Green+Blue) = 43+135+112=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8770 is #D4788F. Grayscale: #686868. Windows color (decimal): -13924496 or 7374635. OLE color: 7374635.

HSL color Cylindrical-coordinate representation of color #2B8770: hue angle of 165º degrees, saturation: 0.52, 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 #2B8770 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB43135112-
CMYK0.6800.170.47
HSL165º51.69%34.9%-
HSV(B)165º68.15%52.94%-
XYZ12.5819.0118.34-
YUV104.87132.0283.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.83%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=14.83%
G=46.55%
B=38.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal431351120.6800.170.4716551.6934.9
Hex2B8770440112Fa53423
Octal53207160104021572456443
Binary101011100001111110000100010001000110111110100101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,135,112); }

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

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

 a { background-color: rgb(43,135,112); }

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

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

 span { border-color: rgb(43,135,112); }

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