#2B836D

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

Shades of Genoa #2B836D

Tints of Genoa #2B836D

Color information

#2B836D (or 0x2B836D) is unknown color: approx Genoa. HEX triplet: 2B, 83 and 6D. RGB value is (43,131,109). Sum of RGB (Red+Green+Blue) = 43+131+109=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #2B836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B836D is #D47C92. Grayscale: #666666. Windows color (decimal): -13925523 or 7177003. OLE color: 7177003.

HSL color Cylindrical-coordinate representation of color #2B836D: hue angle of 165º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B836D is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB43131109-
CMYK0.6700.170.49
HSL165º50.57%34.12%-
HSV(B)165º67.18%51.37%-
XYZ11.8717.8517.29-
YUV102.18131.8585.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 131 (51.56% from 255) = 46.29%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=15.19%
G=46.29%
B=38.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal431311090.6700.170.4916550.5734.12
Hex2B836D4301131a53322
Octal53203155103021612456342
Binary101011100000111101101100001101000111000110100101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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