#2B7716

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

Shades of Bilbao #2B7716

Tints of Bilbao #2B7716

Color information

#2B7716 (or 0x2B7716) is unknown color: approx Bilbao. HEX triplet: 2B, 77 and 16. RGB value is (43,119,22). Sum of RGB (Red+Green+Blue) = 43+119+22=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 119 (46.88% from 255 or 64.67% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B7716 is #D488E9. Grayscale: #555555. Windows color (decimal): -13928682 or 1472299. OLE color: 1472299.

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

Color convert

RGB4311922-
CMYK0.6400.820.53
HSL107.01º68.79%27.65%-
HSV(B)107.01º81.51%46.67%-
XYZ7.7413.773.01-
YUV85.2292.3297.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.37%
GREEN value IS 119 (46.88% from 255) = 64.67%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=23.37%
G=64.67%
B=11.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43119220.6400.820.53107.0168.7927.65
Hex2B771640052356b451c
Octal531672610001226515310534
Binary1010111110111101101000000010100101101011101011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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