#2E760A

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

Shades of Bilbao #2E760A

Tints of Bilbao #2E760A

Color information

#2E760A (or 0x2E760A) is unknown color: approx Bilbao. HEX triplet: 2E, 76 and 0A. RGB value is (46,118,10). Sum of RGB (Red+Green+Blue) = 46+118+10=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 118 (46.48% from 255 or 67.82% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 118 - color contains mainly: green. Hex color #2E760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E760A is #D189F5. Grayscale: #545454. Windows color (decimal): -13732342 or 685614. OLE color: 685614.

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

Color convert

RGB4611810-
CMYK0.6100.920.54
HSL100º84.38%25.1%-
HSV(B)100º91.53%46.27%-
XYZ7.6613.562.5-
YUV84.1686.15100.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 118 (46.48% from 255) = 67.82%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=26.44%
G=67.82%
B=5.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46118100.6100.920.5410084.3825.1
Hex2E76A3D05C36645419
Octal56166127501346614412431
Binary10111011101101010111101010111001101101100100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,118,10); }

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

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

 a { background-color: rgb(46,118,10); }

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

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

 span { border-color: rgb(46,118,10); }

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