#2E7504

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

Shades of Bilbao #2E7504

Tints of Bilbao #2E7504

Color information

#2E7504 (or 0x2E7504) is unknown color: approx Bilbao. HEX triplet: 2E, 75 and 04. RGB value is (46,117,4). Sum of RGB (Red+Green+Blue) = 46+117+4=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7504 is #D18AFB. Grayscale: #535353. Windows color (decimal): -13732604 or 292142. OLE color: 292142.

HSL color Cylindrical-coordinate representation of color #2E7504: hue angle of 97.7º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E7504 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB461174-
CMYK0.6100.970.54
HSL97.7º93.39%23.73%-
HSV(B)97.7º96.58%45.88%-
XYZ7.5113.312.29-
YUV82.8983.48101.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 117 (46.09% from 255) = 70.06%
BLUE value IS 4 (1.95% from 255) = 2.40%
R=27.54%
G=70.06%
B=2.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4611740.6100.970.5497.793.3923.73
Hex2E7543D06136625d18
Octal5616547501416614213530
Binary1011101110101100111101011000011101101100010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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