#2B836C

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

Shades of Genoa #2B836C

Tints of Genoa #2B836C

Color information

#2B836C (or 0x2B836C) is unknown color: approx Genoa. HEX triplet: 2B, 83 and 6C. RGB value is (43,131,108). Sum of RGB (Red+Green+Blue) = 43+131+108=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #2B836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B836C is #D47C93. Grayscale: #666666. Windows color (decimal): -13925524 or 7111467. OLE color: 7111467.

HSL color Cylindrical-coordinate representation of color #2B836C: hue angle of 164.32º 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 #2B836C is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB43131108-
CMYK0.6700.180.49
HSL164.32º50.57%34.12%-
HSV(B)164.32º67.18%51.37%-
XYZ11.8217.8317.01-
YUV102.07131.3585.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.25%
GREEN value IS 131 (51.56% from 255) = 46.45%
BLUE value IS 108 (42.58% from 255) = 38.30%
R=15.25%
G=46.45%
B=38.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal431311080.6700.180.49164.3250.5734.12
Hex2B836C4301231a43322
Octal53203154103022612446342
Binary101011100000111101100100001101001011000110100100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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