#2B781B

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

Shades of Bilbao #2B781B

Tints of Bilbao #2B781B

Color information

#2B781B (or 0x2B781B) is unknown color: approx Bilbao. HEX triplet: 2B, 78 and 1B. RGB value is (43,120,27). Sum of RGB (Red+Green+Blue) = 43+120+27=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 120 (47.27% from 255 or 63.16% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 120 - color contains mainly: green. Hex color #2B781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B781B is #D487E4. Grayscale: #565656. Windows color (decimal): -13928421 or 1800235. OLE color: 1800235.

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

Color convert

RGB4312027-
CMYK0.6400.780.53
HSL109.68º63.27%28.82%-
HSV(B)109.68º77.5%47.06%-
XYZ7.9114.033.33-
YUV86.3894.4997.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.63%
GREEN value IS 120 (47.27% from 255) = 63.16%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=22.63%
G=63.16%
B=14.21%

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
Decimal43120270.6400.780.53109.6863.2728.82
Hex2B781B4004E356e3f1d
Octal53170331000116651567735
Binary101011111100011011100000001001110110101110111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,120,27); }

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

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

 a { background-color: rgb(43,120,27); }

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

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

 span { border-color: rgb(43,120,27); }

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