#2B775C

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

Shades of Genoa #2B775C

Tints of Genoa #2B775C

Color information

#2B775C (or 0x2B775C) is unknown color: approx Genoa. HEX triplet: 2B, 77 and 5C. RGB value is (43,119,92). Sum of RGB (Red+Green+Blue) = 43+119+92=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #2B775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B775C is #D488A3. Grayscale: #5D5D5D. Windows color (decimal): -13928612 or 6059819. OLE color: 6059819.

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

Color convert

RGB4311992-
CMYK0.6400.230.53
HSL158.68º46.91%31.76%-
HSV(B)158.68º63.87%46.67%-
XYZ9.5214.4812.42-
YUV93.2127.3292.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.93%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=16.93%
G=46.85%
B=36.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43119920.6400.230.53158.6846.9131.76
Hex2B775C40017359f2f20
Octal53167134100027652375740
Binary10101111101111011100100000001011111010110011111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,119,92); }

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

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

 a { background-color: rgb(43,119,92); }

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

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

 span { border-color: rgb(43,119,92); }

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