#2B7263

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

Shades of Genoa #2B7263

Tints of Genoa #2B7263

Color information

#2B7263 (or 0x2B7263) is unknown color: approx Genoa. HEX triplet: 2B, 72 and 63. RGB value is (43,114,99). Sum of RGB (Red+Green+Blue) = 43+114+99=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7263 is #D48D9C. Grayscale: #5B5B5B. Windows color (decimal): -13929885 or 6517291. OLE color: 6517291.

HSL color Cylindrical-coordinate representation of color #2B7263: hue angle of 167.32º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7263 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB4311499-
CMYK0.6200.130.55
HSL167.32º45.22%30.78%-
HSV(B)167.32º62.28%44.71%-
XYZ9.2713.4513.91-
YUV91.06132.4893.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 114 (44.92% from 255) = 44.53%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=16.80%
G=44.53%
B=38.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43114990.6200.130.55167.3245.2230.78
Hex2B72633E0D37a72d1f
Octal5316214376015672475537
Binary10101111100101100011111110011011101111010011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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