#2B731D

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

Shades of Bilbao #2B731D

Tints of Bilbao #2B731D

Color information

#2B731D (or 0x2B731D) is unknown color: approx Bilbao. HEX triplet: 2B, 73 and 1D. RGB value is (43,115,29). Sum of RGB (Red+Green+Blue) = 43+115+29=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #2B731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B731D is #D48CE2. Grayscale: #535353. Windows color (decimal): -13929699 or 1930027. OLE color: 1930027.

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

Color convert

RGB4311529-
CMYK0.6300.750.55
HSL110.23º59.72%28.24%-
HSV(B)110.23º74.78%45.1%-
XYZ7.3512.863.26-
YUV83.6797.1598.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.99%
GREEN value IS 115 (45.31% from 255) = 61.50%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=22.99%
G=61.50%
B=15.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43115290.6300.750.55110.2359.7228.24
Hex2B731D3F04B376e3c1c
Octal5316335770113671567434
Binary10101111100111110111111101001011110111110111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B731D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,115,29); }

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

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

 a { background-color: rgb(43,115,29); }

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

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

 span { border-color: rgb(43,115,29); }

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