#2E6410

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

Shades of Bilbao #2E6410

Tints of Bilbao #2E6410

Color information

#2E6410 (or 0x2E6410) is unknown color: approx Bilbao. HEX triplet: 2E, 64 and 10. RGB value is (46,100,16). Sum of RGB (Red+Green+Blue) = 46+100+16=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 100 (39.45% from 255 or 61.73% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 100 - color contains mainly: green. Hex color #2E6410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6410 is #D19BEF. Grayscale: #4A4A4A. Windows color (decimal): -13736944 or 1074222. OLE color: 1074222.

HSL color Cylindrical-coordinate representation of color #2E6410: hue angle of 98.57º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E6410 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB4610016-
CMYK0.5400.840.61
HSL98.57º72.41%22.75%-
HSV(B)98.57º84%39.22%-
XYZ5.789.732.06-
YUV74.2895.11107.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.40%
GREEN value IS 100 (39.45% from 255) = 61.73%
BLUE value IS 16 (6.64% from 255) = 9.88%
R=28.40%
G=61.73%
B=9.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal46100160.5400.840.6198.5772.4122.75
Hex2E6410360543D634817
Octal56144206601247514311027
Binary101110110010010000110110010101001111011100011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,100,16); }

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

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

 a { background-color: rgb(46,100,16); }

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

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

 span { border-color: rgb(46,100,16); }

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