#2E6B04

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

Shades of Bilbao #2E6B04

Tints of Bilbao #2E6B04

Color information

#2E6B04 (or 0x2E6B04) is unknown color: approx Bilbao. HEX triplet: 2E, 6B and 04. RGB value is (46,107,4). Sum of RGB (Red+Green+Blue) = 46+107+4=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 107 (42.19% from 255 or 68.15% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6B04 is #D194FB. Grayscale: #4D4D4D. Windows color (decimal): -13735164 or 289582. OLE color: 289582.

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

Color convert

RGB461074-
CMYK0.5700.960.58
HSL95.53º92.79%21.76%-
HSV(B)95.53º96.26%41.96%-
XYZ6.4111.11.92-
YUV77.0286.79105.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 107 (42.19% from 255) = 68.15%
BLUE value IS 4 (1.95% from 255) = 2.55%
R=29.30%
G=68.15%
B=2.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4610740.5700.960.5895.5392.7921.76
Hex2E6B4390603A605d16
Octal5615347101407214013526
Binary1011101101011100111001011000001110101100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,107,4); }

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

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

 a { background-color: rgb(46,107,4); }

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

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

 span { border-color: rgb(46,107,4); }

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