#2A7707

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

Shades of Bilbao #2A7707

Tints of Bilbao #2A7707

Color information

#2A7707 (or 0x2A7707) is unknown color: approx Bilbao. HEX triplet: 2A, 77 and 07. RGB value is (42,119,7). Sum of RGB (Red+Green+Blue) = 42+119+7=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 119 (46.88% from 255 or 70.83% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7707 is #D588F8. Grayscale: #535353. Windows color (decimal): -13994233 or 489258. OLE color: 489258.

HSL color Cylindrical-coordinate representation of color #2A7707: hue angle of 101.25º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A7707 is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB421197-
CMYK0.6500.940.53
HSL101.25º88.89%24.71%-
HSV(B)101.25º94.12%46.67%-
XYZ7.5913.72.45-
YUV83.2184.9998.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 119 (46.88% from 255) = 70.83%
BLUE value IS 7 (3.12% from 255) = 4.17%
R=25%
G=70.83%
B=4.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4211970.6500.940.53101.2588.8924.71
Hex2A7774105E35655919
Octal52167710101366514513131
Binary10101011101111111000001010111101101011100101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,119,7); }

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

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

 a { background-color: rgb(42,119,7); }

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

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

 span { border-color: rgb(42,119,7); }

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