#2B7360

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

Shades of Genoa #2B7360

Tints of Genoa #2B7360

Color information

#2B7360 (or 0x2B7360) is unknown color: approx Genoa. HEX triplet: 2B, 73 and 60. RGB value is (43,115,96). Sum of RGB (Red+Green+Blue) = 43+115+96=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7360 is #D48C9F. Grayscale: #5B5B5B. Windows color (decimal): -13929632 or 6320939. OLE color: 6320939.

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

Color convert

RGB4311596-
CMYK0.6300.170.55
HSL164.17º45.57%30.98%-
HSV(B)164.17º62.61%45.1%-
XYZ9.2413.6213.21-
YUV91.31130.6593.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.93%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=16.93%
G=45.28%
B=37.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43115960.6300.170.55164.1745.5730.98
Hex2B73603F01137a42e1f
Octal5316314077021672445637
Binary101011111001111000001111110100011101111010010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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