#2E7415

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

Shades of Bilbao #2E7415

Tints of Bilbao #2E7415

Color information

#2E7415 (or 0x2E7415) is unknown color: approx Bilbao. HEX triplet: 2E, 74 and 15. RGB value is (46,116,21). Sum of RGB (Red+Green+Blue) = 46+116+21=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 116 (45.70% from 255 or 63.39% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7415 is #D18BEA. Grayscale: #545454. Windows color (decimal): -13732843 or 1405998. OLE color: 1405998.

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

Color convert

RGB4611621-
CMYK0.6000.820.55
HSL104.21º69.34%26.86%-
HSV(B)104.21º81.9%45.49%-
XYZ7.5113.132.85-
YUV84.2492.31100.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.14%
GREEN value IS 116 (45.70% from 255) = 63.39%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=25.14%
G=63.39%
B=11.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46116210.6000.820.55104.2169.3426.86
Hex2E74153C0523768451b
Octal56164257401226715010533
Binary101110111010010101111100010100101101111101000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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