#2E730A

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

Shades of Bilbao #2E730A

Tints of Bilbao #2E730A

Color information

#2E730A (or 0x2E730A) is unknown color: approx Bilbao. HEX triplet: 2E, 73 and 0A. RGB value is (46,115,10). Sum of RGB (Red+Green+Blue) = 46+115+10=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 115 (45.31% from 255 or 67.25% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 115 - color contains mainly: green. Hex color #2E730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E730A is #D18CF5. Grayscale: #525252. Windows color (decimal): -13733110 or 684846. OLE color: 684846.

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

Color convert

RGB4611510-
CMYK0.600.910.55
HSL99.43º84%24.51%-
HSV(B)99.43º91.3%45.1%-
XYZ7.3112.862.38-
YUV82.487.14102.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.90%
GREEN value IS 115 (45.31% from 255) = 67.25%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=26.90%
G=67.25%
B=5.85%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115100.600.910.5599.438424.51
Hex2E73A3C05B37635419
Octal56163127401336714312431
Binary10111011100111010111100010110111101111100011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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