#2B7D63

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

Shades of Genoa #2B7D63

Tints of Genoa #2B7D63

Color information

#2B7D63 (or 0x2B7D63) is unknown color: approx Genoa. HEX triplet: 2B, 7D and 63. RGB value is (43,125,99). Sum of RGB (Red+Green+Blue) = 43+125+99=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #2B7D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7D63 is #D4829C. Grayscale: #616161. Windows color (decimal): -13927069 or 6520107. OLE color: 6520107.

HSL color Cylindrical-coordinate representation of color #2B7D63: hue angle of 160.98º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7D63 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB4312599-
CMYK0.6600.210.51
HSL160.98º48.81%32.94%-
HSV(B)160.98º65.6%49.02%-
XYZ10.5816.0814.35-
YUV97.52128.8389.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 125 (49.22% from 255) = 46.82%
BLUE value IS 99 (39.06% from 255) = 37.08%
R=16.10%
G=46.82%
B=37.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43125990.6600.210.51160.9848.8132.94
Hex2B7D634201533a13121
Octal53175143102025632416141
Binary10101111111011100011100001001010111001110100001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,125,99); }

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

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

 a { background-color: rgb(43,125,99); }

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

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

 span { border-color: rgb(43,125,99); }

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