#2E820F

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

Shades of Bilbao #2E820F

Tints of Bilbao #2E820F

Color information

#2E820F (or 0x2E820F) is unknown color: approx Bilbao. HEX triplet: 2E, 82 and 0F. RGB value is (46,130,15). Sum of RGB (Red+Green+Blue) = 46+130+15=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 130 (51.17% from 255 or 68.06% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 130 - color contains mainly: green. Hex color #2E820F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E820F is #D17DF0. Grayscale: #5C5C5C. Windows color (decimal): -13729265 or 1016366. OLE color: 1016366.

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

Color convert

RGB4613015-
CMYK0.6500.880.49
HSL103.83º79.31%28.43%-
HSV(B)103.83º88.46%50.98%-
XYZ9.216.583.17-
YUV91.7784.6795.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.08%
GREEN value IS 130 (51.17% from 255) = 68.06%
BLUE value IS 15 (6.25% from 255) = 7.85%
R=24.08%
G=68.06%
B=7.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46130150.6500.880.49103.8379.3128.43
Hex2E82F4105831684f1c
Octal562021710101306115011734
Binary1011101000001011111000001010110001100011101000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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