#2E710C

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

Shades of Bilbao #2E710C

Tints of Bilbao #2E710C

Color information

#2E710C (or 0x2E710C) is unknown color: approx Bilbao. HEX triplet: 2E, 71 and 0C. RGB value is (46,113,12). Sum of RGB (Red+Green+Blue) = 46+113+12=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 113 (44.53% from 255 or 66.08% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 113 - color contains mainly: green. Hex color #2E710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E710C is #D18EF3. Grayscale: #515151. Windows color (decimal): -13733620 or 815406. OLE color: 815406.

HSL color Cylindrical-coordinate representation of color #2E710C: hue angle of 99.8º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E710C is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB4611312-
CMYK0.5900.890.56
HSL99.8º80.8%24.51%-
HSV(B)99.8º89.38%44.31%-
XYZ7.112.422.37-
YUV81.4588.8102.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.90%
GREEN value IS 113 (44.53% from 255) = 66.08%
BLUE value IS 12 (5.08% from 255) = 7.02%
R=26.90%
G=66.08%
B=7.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46113120.5900.890.5699.880.824.51
Hex2E71C3B05938645119
Octal56161147301317014412131
Binary10111011100011100111011010110011110001100100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,113,12); }

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

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

 a { background-color: rgb(46,113,12); }

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

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

 span { border-color: rgb(46,113,12); }

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