#2B6B07

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

Shades of Bilbao #2B6B07

Tints of Bilbao #2B6B07

Color information

#2B6B07 (or 0x2B6B07) is unknown color: approx Bilbao. HEX triplet: 2B, 6B and 07. RGB value is (43,107,7). Sum of RGB (Red+Green+Blue) = 43+107+7=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 107 (42.19% from 255 or 68.15% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 107 - color contains mainly: green. Hex color #2B6B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6B07 is #D494F8. Grayscale: #4C4C4C. Windows color (decimal): -13931769 or 486187. OLE color: 486187.

HSL color Cylindrical-coordinate representation of color #2B6B07: hue angle of 98.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B6B07 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB431077-
CMYK0.6000.930.58
HSL98.4º87.72%22.35%-
HSV(B)98.4º93.46%41.96%-
XYZ6.2911.042-
YUV76.4688.8104.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 107 (42.19% from 255) = 68.15%
BLUE value IS 7 (3.12% from 255) = 4.46%
R=27.39%
G=68.15%
B=4.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4310770.6000.930.5898.487.7222.35
Hex2B6B73C05D3A625816
Octal5315377401357214213026
Binary1010111101011111111100010111011110101100010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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