#2A7606

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

Shades of Bilbao #2A7606

Tints of Bilbao #2A7606

Color information

#2A7606 (or 0x2A7606) is unknown color: approx Bilbao. HEX triplet: 2A, 76 and 06. RGB value is (42,118,6). Sum of RGB (Red+Green+Blue) = 42+118+6=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 118 (46.48% from 255 or 71.08% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 118 - color contains mainly: green. Hex color #2A7606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7606 is #D589F9. Grayscale: #525252. Windows color (decimal): -13994490 or 423466. OLE color: 423466.

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

Color convert

RGB421186-
CMYK0.6400.950.54
HSL100.71º90.32%24.31%-
HSV(B)100.71º94.92%46.27%-
XYZ7.4713.462.38-
YUV82.5184.8299.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 118 (46.48% from 255) = 71.08%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=25.30%
G=71.08%
B=3.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4211860.6400.950.54100.7190.3224.31
Hex2A7664005F36655a18
Octal52166610001376614513230
Binary10101011101101101000000010111111101101100101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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