#2A770A

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

Shades of Bilbao #2A770A

Tints of Bilbao #2A770A

Color information

#2A770A (or 0x2A770A) is unknown color: approx Bilbao. HEX triplet: 2A, 77 and 0A. RGB value is (42,119,10). Sum of RGB (Red+Green+Blue) = 42+119+10=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 119 (46.88% from 255 or 69.59% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 119 - color contains mainly: green. Hex color #2A770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A770A is #D588F5. Grayscale: #535353. Windows color (decimal): -13994230 or 685866. OLE color: 685866.

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

Color convert

RGB4211910-
CMYK0.6500.920.53
HSL102.39º84.5%25.29%-
HSV(B)102.39º91.6%46.67%-
XYZ7.6113.712.53-
YUV83.5586.4998.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.56%
GREEN value IS 119 (46.88% from 255) = 69.59%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=24.56%
G=69.59%
B=5.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119100.6500.920.53102.3984.525.29
Hex2A77A4105C35665419
Octal521671210101346514612431
Binary101010111011110101000001010111001101011100110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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