#2E7B04

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

Shades of Bilbao #2E7B04

Tints of Bilbao #2E7B04

Color information

#2E7B04 (or 0x2E7B04) is unknown color: approx Bilbao. HEX triplet: 2E, 7B and 04. RGB value is (46,123,4). Sum of RGB (Red+Green+Blue) = 46+123+4=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 123 (48.44% from 255 or 71.10% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 123 - color contains mainly: green. Hex color #2E7B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7B04 is #D184FB. Grayscale: #565656. Windows color (decimal): -13731068 or 293678. OLE color: 293678.

HSL color Cylindrical-coordinate representation of color #2E7B04: hue angle of 98.82º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E7B04 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB461234-
CMYK0.6300.970.52
HSL98.82º93.7%24.9%-
HSV(B)98.82º96.75%48.24%-
XYZ8.2314.762.53-
YUV86.4181.4999.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.59%
GREEN value IS 123 (48.44% from 255) = 71.10%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=26.59%
G=71.10%
B=2.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4612340.6300.970.5298.8293.724.9
Hex2E7B43F06134635e19
Octal5617347701416414313631
Binary1011101111011100111111011000011101001100011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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