#2E820D

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

Shades of Bilbao #2E820D

Tints of Bilbao #2E820D

Color information

#2E820D (or 0x2E820D) is unknown color: approx Bilbao. HEX triplet: 2E, 82 and 0D. RGB value is (46,130,13). Sum of RGB (Red+Green+Blue) = 46+130+13=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #2E820D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E820D is #D17DF2. Grayscale: #5B5B5B. Windows color (decimal): -13729267 or 885294. OLE color: 885294.

HSL color Cylindrical-coordinate representation of color #2E820D: hue angle of 103.08º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E820D is Cyan = 0.65, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB4613013-
CMYK0.6500.90.49
HSL103.08º81.82%28.04%-
HSV(B)103.08º90%50.98%-
XYZ9.1816.583.1-
YUV91.5583.6795.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.34%
GREEN value IS 130 (51.17% from 255) = 68.78%
BLUE value IS 13 (5.47% from 255) = 6.88%
R=24.34%
G=68.78%
B=6.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46130130.6500.90.49103.0881.8228.04
Hex2E82D4105A3167521c
Octal562021510101326114712234
Binary1011101000001011011000001010110101100011100111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E820D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,130,13); }

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

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

 a { background-color: rgb(46,130,13); }

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

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

 span { border-color: rgb(46,130,13); }

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