#2E8209

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

Shades of Bilbao #2E8209

Tints of Bilbao #2E8209

Color information

#2E8209 (or 0x2E8209) is unknown color: approx Bilbao. HEX triplet: 2E, 82 and 09. RGB value is (46,130,9). Sum of RGB (Red+Green+Blue) = 46+130+9=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #2E8209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8209 is #D17DF6. Grayscale: #5B5B5B. Windows color (decimal): -13729271 or 623150. OLE color: 623150.

HSL color Cylindrical-coordinate representation of color #2E8209: hue angle of 101.65º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E8209 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB461309-
CMYK0.6500.930.49
HSL101.65º87.05%27.25%-
HSV(B)101.65º93.08%50.98%-
XYZ9.1616.572.97-
YUV91.0981.6795.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.86%
GREEN value IS 130 (51.17% from 255) = 70.27%
BLUE value IS 9 (3.91% from 255) = 4.86%
R=24.86%
G=70.27%
B=4.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4613090.6500.930.49101.6587.0527.25
Hex2E8294105D3166571b
Octal562021110101356114612733
Binary1011101000001010011000001010111011100011100110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,130,9); }

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

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

 a { background-color: rgb(46,130,9); }

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

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

 span { border-color: rgb(46,130,9); }

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