#2A780A

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

Shades of Bilbao #2A780A

Tints of Bilbao #2A780A

Color information

#2A780A (or 0x2A780A) is unknown color: approx Bilbao. HEX triplet: 2A, 78 and 0A. RGB value is (42,120,10). Sum of RGB (Red+Green+Blue) = 42+120+10=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 120 (47.27% from 255 or 69.77% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 120 - color contains mainly: green. Hex color #2A780A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A780A is #D587F5. Grayscale: #545454. Windows color (decimal): -13993974 or 686122. OLE color: 686122.

HSL color Cylindrical-coordinate representation of color #2A780A: hue angle of 102.55º degrees, saturation: 0.85, 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 #2A780A is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB4212010-
CMYK0.6500.920.53
HSL102.55º84.62%25.49%-
HSV(B)102.55º91.67%47.06%-
XYZ7.7313.952.57-
YUV84.1486.1697.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.42%
GREEN value IS 120 (47.27% from 255) = 69.77%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=24.42%
G=69.77%
B=5.81%

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
Decimal42120100.6500.920.53102.5584.6225.49
Hex2A78A4105C35675519
Octal521701210101346514712531
Binary101010111100010101000001010111001101011100111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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