#2A6411

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

Shades of Bilbao #2A6411

Tints of Bilbao #2A6411

Color information

#2A6411 (or 0x2A6411) is unknown color: approx Bilbao. HEX triplet: 2A, 64 and 11. RGB value is (42,100,17). Sum of RGB (Red+Green+Blue) = 42+100+17=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 100 (39.45% from 255 or 62.89% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 100 - color contains mainly: green. Hex color #2A6411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6411 is #D59BEE. Grayscale: #494949. Windows color (decimal): -13999087 or 1139754. OLE color: 1139754.

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

Color convert

RGB4210017-
CMYK0.5800.830.61
HSL101.93º70.94%22.94%-
HSV(B)101.93º83%39.22%-
XYZ5.619.652.1-
YUV73.296.28105.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.42%
GREEN value IS 100 (39.45% from 255) = 62.89%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=26.42%
G=62.89%
B=10.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal42100170.5800.830.61101.9370.9422.94
Hex2A64113A0533D664717
Octal52144217201237514610727
Binary101010110010010001111010010100111111011100110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,100,17); }

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

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

 a { background-color: rgb(42,100,17); }

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

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

 span { border-color: rgb(42,100,17); }

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