#2E730C

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

Shades of Bilbao #2E730C

Tints of Bilbao #2E730C

Color information

#2E730C (or 0x2E730C) is unknown color: approx Bilbao. HEX triplet: 2E, 73 and 0C. RGB value is (46,115,12). Sum of RGB (Red+Green+Blue) = 46+115+12=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 115 (45.31% from 255 or 66.47% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 115 - color contains mainly: green. Hex color #2E730C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E730C is #D18CF3. Grayscale: #525252. Windows color (decimal): -13733108 or 815918. OLE color: 815918.

HSL color Cylindrical-coordinate representation of color #2E730C: hue angle of 100.19º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E730C is Cyan = 0.6, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB4611512-
CMYK0.600.900.55
HSL100.19º81.1%24.9%-
HSV(B)100.19º89.57%45.1%-
XYZ7.3212.872.45-
YUV82.6388.14101.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.59%
GREEN value IS 115 (45.31% from 255) = 66.47%
BLUE value IS 12 (5.08% from 255) = 6.94%
R=26.59%
G=66.47%
B=6.94%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115120.600.900.55100.1981.124.9
Hex2E73C3C05A37645119
Octal56163147401326714412131
Binary10111011100111100111100010110101101111100100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E730C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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