#2B8071

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

Shades of Genoa #2B8071

Tints of Genoa #2B8071

Color information

#2B8071 (or 0x2B8071) is unknown color: approx Genoa. HEX triplet: 2B, 80 and 71. RGB value is (43,128,113). Sum of RGB (Red+Green+Blue) = 43+128+113=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #2B8071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8071 is #D47F8E. Grayscale: #646464. Windows color (decimal): -13926287 or 7438379. OLE color: 7438379.

HSL color Cylindrical-coordinate representation of color #2B8071: hue angle of 169.41º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B8071 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB43128113-
CMYK0.6600.120.50
HSL169.41º49.71%33.53%-
HSV(B)169.41º66.41%50.2%-
XYZ11.717.1418.32-
YUV100.88134.8486.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.14%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=15.14%
G=45.07%
B=39.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal431281130.6600.120.50169.4149.7133.53
Hex2B8071420C32a93222
Octal53200161102014622516242
Binary10101110000000111000110000100110011001010101001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,128,113); }

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

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

 a { background-color: rgb(43,128,113); }

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

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

 span { border-color: rgb(43,128,113); }

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