#2B7709

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

Shades of Bilbao #2B7709

Tints of Bilbao #2B7709

Color information

#2B7709 (or 0x2B7709) is unknown color: approx Bilbao. HEX triplet: 2B, 77 and 09. RGB value is (43,119,9). Sum of RGB (Red+Green+Blue) = 43+119+9=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 119 (46.88% from 255 or 69.59% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7709 is #D488F6. Grayscale: #545454. Windows color (decimal): -13928695 or 620331. OLE color: 620331.

HSL color Cylindrical-coordinate representation of color #2B7709: hue angle of 101.45º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B7709 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB431199-
CMYK0.6400.920.53
HSL101.45º85.94%25.1%-
HSV(B)101.45º92.44%46.67%-
XYZ7.6413.732.51-
YUV83.7485.8298.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 119 (46.88% from 255) = 69.59%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=25.15%
G=69.59%
B=5.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4311990.6400.920.53101.4585.9425.1
Hex2B7794005C35655619
Octal531671110001346514512631
Binary101011111011110011000000010111001101011100101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,119,9); }

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

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

 a { background-color: rgb(43,119,9); }

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

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

 span { border-color: rgb(43,119,9); }

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