#2B7960

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

Shades of Genoa #2B7960

Tints of Genoa #2B7960

Color information

#2B7960 (or 0x2B7960) is unknown color: approx Genoa. HEX triplet: 2B, 79 and 60. RGB value is (43,121,96). Sum of RGB (Red+Green+Blue) = 43+121+96=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #2B7960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7960 is #D4869F. Grayscale: #5E5E5E. Windows color (decimal): -13928096 or 6322475. OLE color: 6322475.

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

Color convert

RGB4312196-
CMYK0.6400.210.53
HSL160.77º47.56%32.16%-
HSV(B)160.77º64.46%47.45%-
XYZ9.9415.0313.44-
YUV94.83128.6691.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.54%
GREEN value IS 121 (47.66% from 255) = 46.54%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=16.54%
G=46.54%
B=36.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43121960.6400.210.53160.7747.5632.16
Hex2B79604001535a13020
Octal53171140100025652416040
Binary10101111110011100000100000001010111010110100001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,121,96); }

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

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

 a { background-color: rgb(43,121,96); }

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

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

 span { border-color: rgb(43,121,96); }

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