#2E8606

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

Shades of Bilbao #2E8606

Tints of Bilbao #2E8606

Color information

#2E8606 (or 0x2E8606) is unknown color: approx Bilbao. HEX triplet: 2E, 86 and 06. RGB value is (46,134,6). Sum of RGB (Red+Green+Blue) = 46+134+6=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 134 (52.73% from 255 or 72.04% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 134 - color contains mainly: green. Hex color #2E8606 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8606 is #D179F9. Grayscale: #5D5D5D. Windows color (decimal): -13728250 or 427566. OLE color: 427566.

HSL color Cylindrical-coordinate representation of color #2E8606: hue angle of 101.25º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E8606 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB461346-
CMYK0.6600.960.47
HSL101.25º91.43%27.45%-
HSV(B)101.25º95.52%52.55%-
XYZ9.6817.643.07-
YUV93.178.8594.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.73%
GREEN value IS 134 (52.73% from 255) = 72.04%
BLUE value IS 6 (2.73% from 255) = 3.23%
R=24.73%
G=72.04%
B=3.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4613460.6600.960.47101.2591.4327.45
Hex2E866420602F655b1b
Octal56206610201405714513333
Binary101110100001101101000010011000001011111100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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