#2B856D

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

Shades of Genoa #2B856D

Tints of Genoa #2B856D

Color information

#2B856D (or 0x2B856D) is unknown color: approx Genoa. HEX triplet: 2B, 85 and 6D. RGB value is (43,133,109). Sum of RGB (Red+Green+Blue) = 43+133+109=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #2B856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B856D is #D47A92. Grayscale: #676767. Windows color (decimal): -13925011 or 7177515. OLE color: 7177515.

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

Color convert

RGB43133109-
CMYK0.6800.180.48
HSL164º51.14%34.51%-
HSV(B)164º67.67%52.16%-
XYZ12.1418.3917.38-
YUV103.35131.1884.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=15.09%
G=46.67%
B=38.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431331090.6800.180.4816451.1434.51
Hex2B856D4401230a43323
Octal53205155104022602446343
Binary101011100001011101101100010001001011000010100100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,133,109); }

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

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

 a { background-color: rgb(43,133,109); }

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

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

 span { border-color: rgb(43,133,109); }

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