#2A8209

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

Shades of Bilbao #2A8209

Tints of Bilbao #2A8209

Color information

#2A8209 (or 0x2A8209) is unknown color: approx Bilbao. HEX triplet: 2A, 82 and 09. RGB value is (42,130,9). Sum of RGB (Red+Green+Blue) = 42+130+9=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 130 (51.17% from 255 or 71.82% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 130 - color contains mainly: green. Hex color #2A8209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8209 is #D57DF6. Grayscale: #5A5A5A. Windows color (decimal): -13991415 or 623146. OLE color: 623146.

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

Color convert

RGB421309-
CMYK0.6800.930.49
HSL103.64º87.05%27.25%-
HSV(B)103.64º93.08%50.98%-
XYZ8.9916.482.97-
YUV89.8982.3593.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 130 (51.17% from 255) = 71.82%
BLUE value IS 9 (3.91% from 255) = 4.97%
R=23.20%
G=71.82%
B=4.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4213090.6800.930.49103.6487.0527.25
Hex2A8294405D3168571b
Octal522021110401356115012733
Binary1010101000001010011000100010111011100011101000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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