#2E6C07

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

Shades of Bilbao #2E6C07

Tints of Bilbao #2E6C07

Color information

#2E6C07 (or 0x2E6C07) is unknown color: approx Bilbao. HEX triplet: 2E, 6C and 07. RGB value is (46,108,7). Sum of RGB (Red+Green+Blue) = 46+108+7=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 108 (42.58% from 255 or 67.08% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 108 - color contains mainly: green. Hex color #2E6C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6C07 is #D193F8. Grayscale: #4E4E4E. Windows color (decimal): -13734905 or 486446. OLE color: 486446.

HSL color Cylindrical-coordinate representation of color #2E6C07: hue angle of 96.83º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E6C07 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB461087-
CMYK0.5700.940.58
HSL96.83º87.83%22.55%-
HSV(B)96.83º93.52%42.35%-
XYZ6.5311.322.04-
YUV77.9587.96105.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.57%
GREEN value IS 108 (42.58% from 255) = 67.08%
BLUE value IS 7 (3.12% from 255) = 4.35%
R=28.57%
G=67.08%
B=4.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4610870.5700.940.5896.8387.8322.55
Hex2E6C73905E3A615817
Octal5615477101367214113027
Binary1011101101100111111001010111101110101100001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,108,7); }

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

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

 a { background-color: rgb(46,108,7); }

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

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

 span { border-color: rgb(46,108,7); }

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