#2E7307

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

Shades of Bilbao #2E7307

Tints of Bilbao #2E7307

Color information

#2E7307 (or 0x2E7307) is unknown color: approx Bilbao. HEX triplet: 2E, 73 and 07. RGB value is (46,115,7). Sum of RGB (Red+Green+Blue) = 46+115+7=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 115 (45.31% from 255 or 68.45% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7307 is #D18CF8. Grayscale: #525252. Windows color (decimal): -13733113 or 488238. OLE color: 488238.

HSL color Cylindrical-coordinate representation of color #2E7307: hue angle of 98.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E7307 is Cyan = 0.6, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB461157-
CMYK0.600.940.55
HSL98.33º88.52%23.92%-
HSV(B)98.33º93.91%45.1%-
XYZ7.312.862.3-
YUV82.0685.64102.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.38%
GREEN value IS 115 (45.31% from 255) = 68.45%
BLUE value IS 7 (3.12% from 255) = 4.17%
R=27.38%
G=68.45%
B=4.17%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4611570.600.940.5598.3388.5223.92
Hex2E7373C05E37625918
Octal5616377401366714213130
Binary1011101110011111111100010111101101111100010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,115,7); }

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

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

 a { background-color: rgb(46,115,7); }

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

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

 span { border-color: rgb(46,115,7); }

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