#2A7708

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

Shades of Bilbao #2A7708

Tints of Bilbao #2A7708

Color information

#2A7708 (or 0x2A7708) is unknown color: approx Bilbao. HEX triplet: 2A, 77 and 08. RGB value is (42,119,8). Sum of RGB (Red+Green+Blue) = 42+119+8=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 119 (46.88% from 255 or 70.41% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7708 is #D588F7. Grayscale: #535353. Windows color (decimal): -13994232 or 554794. OLE color: 554794.

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

Color convert

RGB421198-
CMYK0.6500.930.53
HSL101.62º87.4%24.9%-
HSV(B)101.62º93.28%46.67%-
XYZ7.613.72.47-
YUV83.3285.4998.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.85%
GREEN value IS 119 (46.88% from 255) = 70.41%
BLUE value IS 8 (3.52% from 255) = 4.73%
R=24.85%
G=70.41%
B=4.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4211980.6500.930.53101.6287.424.9
Hex2A7784105D35665719
Octal521671010101356514612731
Binary101010111011110001000001010111011101011100110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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