#2B7367

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

Shades of Genoa #2B7367

Tints of Genoa #2B7367

Color information

#2B7367 (or 0x2B7367) is unknown color: approx Genoa. HEX triplet: 2B, 73 and 67. RGB value is (43,115,103). Sum of RGB (Red+Green+Blue) = 43+115+103=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7367 is #D48C98. Grayscale: #5C5C5C. Windows color (decimal): -13929625 or 6779691. OLE color: 6779691.

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

Color convert

RGB43115103-
CMYK0.6300.100.55
HSL170º45.57%30.98%-
HSV(B)170º62.61%45.1%-
XYZ9.5813.7514.98-
YUV92.1134.1592.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.48%
GREEN value IS 115 (45.31% from 255) = 44.06%
BLUE value IS 103 (40.62% from 255) = 39.46%
R=16.48%
G=44.06%
B=39.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431151030.6300.100.5517045.5730.98
Hex2B73673F0A37aa2e1f
Octal5316314777012672525637
Binary10101111100111100111111111010101101111010101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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