#2e7411

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

Shades of Bilbao #2E7411

Tints of Bilbao #2E7411

Color information

#2E7411 (or 0x2E7411) is unknown color: approx Bilbao. HEX triplet: 2E, 74 and 11. RGB value is (46,116,17). Sum of RGB (Red+Green+Blue) = 46+116+17=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 116 (45.70% from 255 or 64.80% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7411 is #D18BEE. Grayscale: #545454. Windows color (decimal): -13732847 or 1143854. OLE color: 1143854.

HSL color Cylindrical-coordinate representation of color #2E7411: hue angle of 102.42º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E7411 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB4611617-
CMYK0.6000.850.55
HSL102.42º74.44%26.08%-
HSV(B)102.42º85.34%45.49%-
XYZ7.4713.112.67-
YUV83.7890.31101.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.70%
GREEN value IS 116 (45.70% from 255) = 64.80%
BLUE value IS 17 (7.03% from 255) = 9.50%
R=25.70%
G=64.80%
B=9.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46116170.6000.850.55102.4274.4426.08
Hex2E74113C05537664a1a
Octal56164217401256714611232
Binary101110111010010001111100010101011101111100110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e7411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,116,17); }

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

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

 a { background-color: rgb(46,116,17); }

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

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

 span { border-color: rgb(46,116,17); }

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