#2B786C

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

Shades of Genoa #2B786C

Tints of Genoa #2B786C

Color information

#2B786C (or 0x2B786C) is unknown color: approx Genoa. HEX triplet: 2B, 78 and 6C. RGB value is (43,120,108). Sum of RGB (Red+Green+Blue) = 43+120+108=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #2B786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B786C is #D48793. Grayscale: #5F5F5F. Windows color (decimal): -13928340 or 7108651. OLE color: 7108651.

HSL color Cylindrical-coordinate representation of color #2B786C: hue angle of 170.65º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B786C is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB43120108-
CMYK0.6400.100.53
HSL170.65º47.24%31.96%-
HSV(B)170.65º64.17%47.06%-
XYZ10.4215.0316.54-
YUV95.61134.9990.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.87%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=15.87%
G=44.28%
B=39.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal431201080.6400.100.53170.6547.2431.96
Hex2B786C400A35ab2f20
Octal53170154100012652535740
Binary1010111111000110110010000000101011010110101011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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