#2E7409

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

Shades of Bilbao #2E7409

Tints of Bilbao #2E7409

Color information

#2E7409 (or 0x2E7409) is unknown color: approx Bilbao. HEX triplet: 2E, 74 and 09. RGB value is (46,116,9). Sum of RGB (Red+Green+Blue) = 46+116+9=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 116 (45.70% from 255 or 67.84% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7409 is #D18BF6. Grayscale: #535353. Windows color (decimal): -13732855 or 619566. OLE color: 619566.

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

Color convert

RGB461169-
CMYK0.6000.920.55
HSL99.25º85.6%24.51%-
HSV(B)99.25º92.24%45.49%-
XYZ7.4213.092.39-
YUV82.8786.31101.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.90%
GREEN value IS 116 (45.70% from 255) = 67.84%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=26.90%
G=67.84%
B=5.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4611690.6000.920.5599.2585.624.51
Hex2E7493C05C37635619
Octal56164117401346714312631
Binary10111011101001001111100010111001101111100011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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