#2B6B67

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

Shades of Genoa #2B6B67

Tints of Genoa #2B6B67

Color information

#2B6B67 (or 0x2B6B67) is unknown color: approx Genoa. HEX triplet: 2B, 6B and 67. RGB value is (43,107,103). Sum of RGB (Red+Green+Blue) = 43+107+103=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 107 - color contains mainly: green. Hex color #2B6B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6B67 is #D49498. Grayscale: #575757. Windows color (decimal): -13931673 or 6777643. OLE color: 6777643.

HSL color Cylindrical-coordinate representation of color #2B6B67: hue angle of 176.25º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B6B67 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB43107103-
CMYK0.6000.040.58
HSL176.25º42.67%29.41%-
HSV(B)176.25º59.81%41.96%-
XYZ8.712.0114.69-
YUV87.41136.896.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.00%
GREEN value IS 107 (42.19% from 255) = 42.29%
BLUE value IS 103 (40.62% from 255) = 40.71%
R=17.00%
G=42.29%
B=40.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal431071030.6000.040.58176.2542.6729.41
Hex2B6B673C043Ab02b1d
Octal531531477404722605335
Binary1010111101011110011111110001001110101011000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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