#2E640F

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

Shades of Bilbao #2E640F

Tints of Bilbao #2E640F

Color information

#2E640F (or 0x2E640F) is unknown color: approx Bilbao. HEX triplet: 2E, 64 and 0F. RGB value is (46,100,15). Sum of RGB (Red+Green+Blue) = 46+100+15=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 100 (39.45% from 255 or 62.11% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 100 - color contains mainly: green. Hex color #2E640F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E640F is #D19BF0. Grayscale: #4A4A4A. Windows color (decimal): -13736945 or 1008686. OLE color: 1008686.

HSL color Cylindrical-coordinate representation of color #2E640F: hue angle of 98.12º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E640F is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB4610015-
CMYK0.5400.850.61
HSL98.12º73.91%22.55%-
HSV(B)98.12º85%39.22%-
XYZ5.779.732.03-
YUV74.1694.61107.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.57%
GREEN value IS 100 (39.45% from 255) = 62.11%
BLUE value IS 15 (6.25% from 255) = 9.32%
R=28.57%
G=62.11%
B=9.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal46100150.5400.850.6198.1273.9122.55
Hex2E64F360553D624a17
Octal56144176601257514211227
Binary10111011001001111110110010101011111011100010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E640F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,100,15); }

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

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

 a { background-color: rgb(46,100,15); }

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

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

 span { border-color: rgb(46,100,15); }

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