#2E771A

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

Shades of Bilbao #2E771A

Tints of Bilbao #2E771A

Color information

#2E771A (or 0x2E771A) is unknown color: approx Bilbao. HEX triplet: 2E, 77 and 1A. RGB value is (46,119,26). Sum of RGB (Red+Green+Blue) = 46+119+26=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 119 (46.88% from 255 or 62.30% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 119 - color contains mainly: green. Hex color #2E771A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E771A is #D188E5. Grayscale: #565656. Windows color (decimal): -13732070 or 1734446. OLE color: 1734446.

HSL color Cylindrical-coordinate representation of color #2E771A: hue angle of 107.1º 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 #2E771A is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB4611926-
CMYK0.6100.780.53
HSL107.1º64.14%28.43%-
HSV(B)107.1º78.15%46.67%-
XYZ7.9113.853.23-
YUV86.5793.8299.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.08%
GREEN value IS 119 (46.88% from 255) = 62.30%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=24.08%
G=62.30%
B=13.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46119260.6100.780.53107.164.1428.43
Hex2E771A3D04E356b401c
Octal56167327501166515310034
Binary101110111011111010111101010011101101011101011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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