#2B6611

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

Shades of Bilbao #2B6611

Tints of Bilbao #2B6611

Color information

#2B6611 (or 0x2B6611) is unknown color: approx Bilbao. HEX triplet: 2B, 66 and 11. RGB value is (43,102,17). Sum of RGB (Red+Green+Blue) = 43+102+17=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 102 (40.23% from 255 or 62.96% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 102 - color contains mainly: green. Hex color #2B6611 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6611 is #D499EE. Grayscale: #4A4A4A. Windows color (decimal): -13933039 or 1140267. OLE color: 1140267.

HSL color Cylindrical-coordinate representation of color #2B6611: hue angle of 101.65º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B6611 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB4310217-
CMYK0.5800.830.6
HSL101.65º71.43%23.33%-
HSV(B)101.65º83.33%40%-
XYZ5.8510.062.16-
YUV74.6795.45105.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.54%
GREEN value IS 102 (40.23% from 255) = 62.96%
BLUE value IS 17 (7.03% from 255) = 10.49%
R=26.54%
G=62.96%
B=10.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43102170.5800.830.6101.6571.4323.33
Hex2B66113A0533C664717
Octal53146217201237414610727
Binary101011110011010001111010010100111111001100110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,102,17); }

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

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

 a { background-color: rgb(43,102,17); }

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

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

 span { border-color: rgb(43,102,17); }

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