#2A7609

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

Shades of Bilbao #2A7609

Tints of Bilbao #2A7609

Color information

#2A7609 (or 0x2A7609) is unknown color: approx Bilbao. HEX triplet: 2A, 76 and 09. RGB value is (42,118,9). Sum of RGB (Red+Green+Blue) = 42+118+9=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 118 (46.48% from 255 or 69.82% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 118 - color contains mainly: green. Hex color #2A7609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7609 is #D589F6. Grayscale: #535353. Windows color (decimal): -13994487 or 620074. OLE color: 620074.

HSL color Cylindrical-coordinate representation of color #2A7609: hue angle of 101.83º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A7609 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB421189-
CMYK0.6400.920.54
HSL101.83º85.83%24.9%-
HSV(B)101.83º92.37%46.27%-
XYZ7.4813.472.46-
YUV82.8586.3298.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.85%
GREEN value IS 118 (46.48% from 255) = 69.82%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=24.85%
G=69.82%
B=5.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4211890.6400.920.54101.8385.8324.9
Hex2A7694005C36665619
Octal521661110001346614612631
Binary101010111011010011000000010111001101101100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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