#2B710B

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

Shades of Bilbao #2B710B

Tints of Bilbao #2B710B

Color information

#2B710B (or 0x2B710B) is unknown color: approx Bilbao. HEX triplet: 2B, 71 and 0B. RGB value is (43,113,11). Sum of RGB (Red+Green+Blue) = 43+113+11=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 113 (44.53% from 255 or 67.66% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 113 - color contains mainly: green. Hex color #2B710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B710B is #D48EF4. Grayscale: #505050. Windows color (decimal): -13930229 or 749867. OLE color: 749867.

HSL color Cylindrical-coordinate representation of color #2B710B: hue angle of 101.18º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B710B is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB4311311-
CMYK0.6200.900.56
HSL101.18º82.26%24.31%-
HSV(B)101.18º90.27%44.31%-
XYZ6.9612.352.33-
YUV80.4488.81101.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.75%
GREEN value IS 113 (44.53% from 255) = 67.66%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=25.75%
G=67.66%
B=6.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43113110.6200.900.56101.1882.2624.31
Hex2B71B3E05A38655218
Octal53161137601327014512230
Binary10101111100011011111110010110101110001100101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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