#2E7318

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

Shades of Bilbao #2E7318

Tints of Bilbao #2E7318

Color information

#2E7318 (or 0x2E7318) is unknown color: approx Bilbao. HEX triplet: 2E, 73 and 18. RGB value is (46,115,24). Sum of RGB (Red+Green+Blue) = 46+115+24=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7318 is #D18CE7. Grayscale: #545454. Windows color (decimal): -13733096 or 1602350. OLE color: 1602350.

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

Color convert

RGB4611524-
CMYK0.600.790.55
HSL105.49º65.47%27.25%-
HSV(B)105.49º79.13%45.1%-
XYZ7.4212.912.96-
YUV8494.14100.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.86%
GREEN value IS 115 (45.31% from 255) = 62.16%
BLUE value IS 24 (9.77% from 255) = 12.97%
R=24.86%
G=62.16%
B=12.97%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115240.600.790.55105.4965.4727.25
Hex2E73183C04F3769411b
Octal56163307401176715110133
Binary101110111001111000111100010011111101111101001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,115,24); }

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

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

 a { background-color: rgb(46,115,24); }

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

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

 span { border-color: rgb(46,115,24); }

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