#2B856E

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

Shades of Genoa #2B856E

Tints of Genoa #2B856E

Color information

#2B856E (or 0x2B856E) is unknown color: approx Genoa. HEX triplet: 2B, 85 and 6E. RGB value is (43,133,110). Sum of RGB (Red+Green+Blue) = 43+133+110=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #2B856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B856E is #D47A91. Grayscale: #676767. Windows color (decimal): -13925010 or 7243051. OLE color: 7243051.

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

Color convert

RGB43133110-
CMYK0.6800.170.48
HSL164.67º51.14%34.51%-
HSV(B)164.67º67.67%52.16%-
XYZ12.218.4117.66-
YUV103.47131.6884.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=15.03%
G=46.50%
B=38.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431331100.6800.170.48164.6751.1434.51
Hex2B856E4401130a53323
Octal53205156104021602456343
Binary101011100001011101110100010001000111000010100101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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