#2B7364

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

Shades of Genoa #2B7364

Tints of Genoa #2B7364

Color information

#2B7364 (or 0x2B7364) is unknown color: approx Genoa. HEX triplet: 2B, 73 and 64. RGB value is (43,115,100). Sum of RGB (Red+Green+Blue) = 43+115+100=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7364 is #D48C9B. Grayscale: #5B5B5B. Windows color (decimal): -13929628 or 6583083. OLE color: 6583083.

HSL color Cylindrical-coordinate representation of color #2B7364: hue angle of 167.5º 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 #2B7364 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB43115100-
CMYK0.6300.130.55
HSL167.5º45.57%30.98%-
HSV(B)167.5º62.61%45.1%-
XYZ9.4313.714.2-
YUV91.76132.6593.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.67%
GREEN value IS 115 (45.31% from 255) = 44.57%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=16.67%
G=44.57%
B=38.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431151000.6300.130.55167.545.5730.98
Hex2B73643F0D37a82e1f
Octal5316314477015672505637
Binary10101111100111100100111111011011101111010100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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