#2E7104

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

Shades of Bilbao #2E7104

Tints of Bilbao #2E7104

Color information

#2E7104 (or 0x2E7104) is unknown color: approx Bilbao. HEX triplet: 2E, 71 and 04. RGB value is (46,113,4). Sum of RGB (Red+Green+Blue) = 46+113+4=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7104 is #D18EFB. Grayscale: #505050. Windows color (decimal): -13733628 or 291118. OLE color: 291118.

HSL color Cylindrical-coordinate representation of color #2E7104: hue angle of 96.88º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E7104 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB461134-
CMYK0.5900.960.56
HSL96.88º93.16%22.94%-
HSV(B)96.88º96.46%44.31%-
XYZ7.0512.42.14-
YUV80.5484.8103.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.22%
GREEN value IS 113 (44.53% from 255) = 69.33%
BLUE value IS 4 (1.95% from 255) = 2.45%
R=28.22%
G=69.33%
B=2.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4611340.5900.960.5696.8893.1622.94
Hex2E7143B06038615d17
Octal5616147301407014113527
Binary1011101110001100111011011000001110001100001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,113,4); }

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

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

 a { background-color: rgb(46,113,4); }

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

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

 span { border-color: rgb(46,113,4); }

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