#2E8211

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

Shades of Bilbao #2E8211

Tints of Bilbao #2E8211

Color information

#2E8211 (or 0x2E8211) is unknown color: approx Bilbao. HEX triplet: 2E, 82 and 11. RGB value is (46,130,17). Sum of RGB (Red+Green+Blue) = 46+130+17=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #2E8211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8211 is #D17DEE. Grayscale: #5C5C5C. Windows color (decimal): -13729263 or 1147438. OLE color: 1147438.

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

Color convert

RGB4613017-
CMYK0.6500.870.49
HSL104.6º76.87%28.82%-
HSV(B)104.6º86.92%50.98%-
XYZ9.2116.593.25-
YUV9285.6795.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.83%
GREEN value IS 130 (51.17% from 255) = 67.36%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=23.83%
G=67.36%
B=8.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46130170.6500.870.49104.676.8728.82
Hex2E82114105731694d1d
Octal562022110101276115111535
Binary10111010000010100011000001010101111100011101001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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