#2B711C

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

Shades of Bilbao #2B711C

Tints of Bilbao #2B711C

Color information

#2B711C (or 0x2B711C) is unknown color: approx Bilbao. HEX triplet: 2B, 71 and 1C. RGB value is (43,113,28). Sum of RGB (Red+Green+Blue) = 43+113+28=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #2B711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B711C is #D48EE3. Grayscale: #525252. Windows color (decimal): -13930212 or 1863979. OLE color: 1863979.

HSL color Cylindrical-coordinate representation of color #2B711C: hue angle of 109.41º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B711C is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB4311328-
CMYK0.6200.750.56
HSL109.41º60.28%27.65%-
HSV(B)109.41º75.22%44.31%-
XYZ7.1112.413.12-
YUV82.3897.3199.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.37%
GREEN value IS 113 (44.53% from 255) = 61.41%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=23.37%
G=61.41%
B=15.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43113280.6200.750.56109.4160.2827.65
Hex2B711C3E04B386d3c1c
Octal5316134760113701557434
Binary10101111100011110011111001001011111000110110111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,113,28); }

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

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

 a { background-color: rgb(43,113,28); }

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

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

 span { border-color: rgb(43,113,28); }

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