#2E7B12

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

Shades of Bilbao #2E7B12

Tints of Bilbao #2E7B12

Color information

#2E7B12 (or 0x2E7B12) is unknown color: approx Bilbao. HEX triplet: 2E, 7B and 12. RGB value is (46,123,18). Sum of RGB (Red+Green+Blue) = 46+123+18=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 123 (48.44% from 255 or 65.78% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 123 - color contains mainly: green. Hex color #2E7B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7B12 is #D184ED. Grayscale: #585858. Windows color (decimal): -13731054 or 1211182. OLE color: 1211182.

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

Color convert

RGB4612318-
CMYK0.6300.850.52
HSL104º74.47%27.65%-
HSV(B)104º85.37%48.24%-
XYZ8.3214.792.99-
YUV88.0188.4998.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 123 (48.44% from 255) = 65.78%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=24.60%
G=65.78%
B=9.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46123180.6300.850.5210474.4727.65
Hex2E7B123F05534684a1c
Octal56173227701256415011234
Binary101110111101110010111111010101011101001101000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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