#2E6801

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

Shades of Bilbao #2E6801

Tints of Bilbao #2E6801

Color information

#2E6801 (or 0x2E6801) is unknown color: approx Bilbao. HEX triplet: 2E, 68 and 01. RGB value is (46,104,1). Sum of RGB (Red+Green+Blue) = 46+104+1=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6801 is #D197FE. Grayscale: #4B4B4B. Windows color (decimal): -13735935 or 92206. OLE color: 92206.

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

Color convert

RGB461041-
CMYK0.5600.990.59
HSL93.79º98.1%20.59%-
HSV(B)93.79º99.04%40.78%-
XYZ6.0810.481.73-
YUV74.9286.28107.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.46%
GREEN value IS 104 (41.02% from 255) = 68.87%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=30.46%
G=68.87%
B=0.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4610410.5600.990.5993.7998.120.59
Hex2E681380633B5e6215
Octal5615017001437313614225
Binary10111011010001111000011000111110111011110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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