#2A6A09

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

Shades of Bilbao #2A6A09

Tints of Bilbao #2A6A09

Color information

#2A6A09 (or 0x2A6A09) is unknown color: approx Bilbao. HEX triplet: 2A, 6A and 09. RGB value is (42,106,9). Sum of RGB (Red+Green+Blue) = 42+106+9=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 106 (41.80% from 255 or 67.52% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 106 - color contains mainly: green. Hex color #2A6A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6A09 is #D595F6. Grayscale: #4C4C4C. Windows color (decimal): -13997559 or 617002. OLE color: 617002.

HSL color Cylindrical-coordinate representation of color #2A6A09: hue angle of 99.59º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A6A09 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB421069-
CMYK0.6000.920.58
HSL99.59º84.35%22.55%-
HSV(B)99.59º91.51%41.57%-
XYZ6.1610.822.02-
YUV75.8190.3103.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.75%
GREEN value IS 106 (41.80% from 255) = 67.52%
BLUE value IS 9 (3.91% from 255) = 5.73%
R=26.75%
G=67.52%
B=5.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4210690.6000.920.5899.5984.3522.55
Hex2A6A93C05C3A645417
Octal52152117401347214412427
Binary10101011010101001111100010111001110101100100101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,106,9); }

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

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

 a { background-color: rgb(42,106,9); }

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

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

 span { border-color: rgb(42,106,9); }

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