#2E6805

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

Shades of Bilbao #2E6805

Tints of Bilbao #2E6805

Color information

#2E6805 (or 0x2E6805) is unknown color: approx Bilbao. HEX triplet: 2E, 68 and 05. RGB value is (46,104,5). Sum of RGB (Red+Green+Blue) = 46+104+5=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6805 is #D197FA. Grayscale: #4B4B4B. Windows color (decimal): -13735931 or 354350. OLE color: 354350.

HSL color Cylindrical-coordinate representation of color #2E6805: hue angle of 95.15º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E6805 is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB461045-
CMYK0.5600.950.59
HSL95.15º90.83%21.37%-
HSV(B)95.15º95.19%40.78%-
XYZ6.110.491.85-
YUV75.3788.28107.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.68%
GREEN value IS 104 (41.02% from 255) = 67.10%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=29.68%
G=67.10%
B=3.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4610450.5600.950.5995.1590.8321.37
Hex2E6853805F3B5f5b15
Octal5615057001377313713325
Binary1011101101000101111000010111111110111011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,104,5); }

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

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

 a { background-color: rgb(46,104,5); }

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

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

 span { border-color: rgb(46,104,5); }

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