#2E6606

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

Shades of Bilbao #2E6606

Tints of Bilbao #2E6606

Color information

#2E6606 (or 0x2E6606) is unknown color: approx Bilbao. HEX triplet: 2E, 66 and 06. RGB value is (46,102,6). Sum of RGB (Red+Green+Blue) = 46+102+6=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 102 (40.23% from 255 or 66.23% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 102 - color contains mainly: green. Hex color #2E6606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6606 is #D199F9. Grayscale: #4A4A4A. Windows color (decimal): -13736442 or 419374. OLE color: 419374.

HSL color Cylindrical-coordinate representation of color #2E6606: hue angle of 95º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E6606 is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.6.

Color convert

RGB461026-
CMYK0.5500.940.6
HSL95º88.89%21.18%-
HSV(B)95º94.12%40%-
XYZ5.9110.11.81-
YUV74.3189.45107.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.87%
GREEN value IS 102 (40.23% from 255) = 66.23%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=29.87%
G=66.23%
B=3.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4610260.5500.940.69588.8921.18
Hex2E6663705E3C5f5915
Octal5614666701367413713125
Binary1011101100110110110111010111101111001011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,102,6); }

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

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

 a { background-color: rgb(46,102,6); }

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

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

 span { border-color: rgb(46,102,6); }

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