#2B771A

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

Shades of Bilbao #2B771A

Tints of Bilbao #2B771A

Color information

#2B771A (or 0x2B771A) is unknown color: approx Bilbao. HEX triplet: 2B, 77 and 1A. RGB value is (43,119,26). Sum of RGB (Red+Green+Blue) = 43+119+26=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #2B771A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B771A is #D488E5. Grayscale: #555555. Windows color (decimal): -13928678 or 1734443. OLE color: 1734443.

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

Color convert

RGB4311926-
CMYK0.6400.780.53
HSL109.03º64.14%28.43%-
HSV(B)109.03º78.15%46.67%-
XYZ7.7813.783.23-
YUV85.6794.3297.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.87%
GREEN value IS 119 (46.88% from 255) = 63.30%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=22.87%
G=63.30%
B=13.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43119260.6400.780.53109.0364.1428.43
Hex2B771A4004E356d401c
Octal531673210001166515510034
Binary1010111110111110101000000010011101101011101101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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