#2E6611

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

Shades of Bilbao #2E6611

Tints of Bilbao #2E6611

Color information

#2E6611 (or 0x2E6611) is unknown color: approx Bilbao. HEX triplet: 2E, 66 and 11. RGB value is (46,102,17). Sum of RGB (Red+Green+Blue) = 46+102+17=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 102 (40.23% from 255 or 61.82% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 102 - color contains mainly: green. Hex color #2E6611 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6611 is #D199EE. Grayscale: #4B4B4B. Windows color (decimal): -13736431 or 1140270. OLE color: 1140270.

HSL color Cylindrical-coordinate representation of color #2E6611: hue angle of 99.53º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E6611 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB4610217-
CMYK0.5500.830.6
HSL99.53º71.43%23.33%-
HSV(B)99.53º83.33%40%-
XYZ5.9810.122.17-
YUV75.5794.95106.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.88%
GREEN value IS 102 (40.23% from 255) = 61.82%
BLUE value IS 17 (7.03% from 255) = 10.30%
R=27.88%
G=61.82%
B=10.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal46102170.5500.830.699.5371.4323.33
Hex2E6611370533C644717
Octal56146216701237414410727
Binary101110110011010001110111010100111111001100100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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