#2E771E

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

Shades of Bilbao #2E771E

Tints of Bilbao #2E771E

Color information

#2E771E (or 0x2E771E) is unknown color: approx Bilbao. HEX triplet: 2E, 77 and 1E. RGB value is (46,119,30). Sum of RGB (Red+Green+Blue) = 46+119+30=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #2E771E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E771E is #D188E1. Grayscale: #575757. Windows color (decimal): -13732066 or 1996590. OLE color: 1996590.

HSL color Cylindrical-coordinate representation of color #2E771E: hue angle of 109.21º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E771E is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB4611930-
CMYK0.6100.750.53
HSL109.21º59.73%29.22%-
HSV(B)109.21º74.79%46.67%-
XYZ7.9613.873.49-
YUV87.0395.8298.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.59%
GREEN value IS 119 (46.88% from 255) = 61.03%
BLUE value IS 30 (12.11% from 255) = 15.38%
R=23.59%
G=61.03%
B=15.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46119300.6100.750.53109.2159.7329.22
Hex2E771E3D04B356d3c1d
Octal5616736750113651557435
Binary10111011101111111011110101001011110101110110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E771E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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