#2B786B

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

Shades of Genoa #2B786B

Tints of Genoa #2B786B

Color information

#2B786B (or 0x2B786B) is unknown color: approx Genoa. HEX triplet: 2B, 78 and 6B. RGB value is (43,120,107). Sum of RGB (Red+Green+Blue) = 43+120+107=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #2B786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B786B is #D48794. Grayscale: #5F5F5F. Windows color (decimal): -13928341 or 7043115. OLE color: 7043115.

HSL color Cylindrical-coordinate representation of color #2B786B: hue angle of 169.87º 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 #2B786B is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB43120107-
CMYK0.6400.110.53
HSL169.87º47.24%31.96%-
HSV(B)169.87º64.17%47.06%-
XYZ10.3715.0116.26-
YUV95.5134.4990.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.93%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=15.93%
G=44.44%
B=39.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal431201070.6400.110.53169.8747.2431.96
Hex2B786B400B35aa2f20
Octal53170153100013652525740
Binary1010111111000110101110000000101111010110101010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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