#2A781A

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

Shades of Bilbao #2A781A

Tints of Bilbao #2A781A

Color information

#2A781A (or 0x2A781A) is unknown color: approx Bilbao. HEX triplet: 2A, 78 and 1A. RGB value is (42,120,26). Sum of RGB (Red+Green+Blue) = 42+120+26=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 120 (47.27% from 255 or 63.83% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 120 - color contains mainly: green. Hex color #2A781A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A781A is #D587E5. Grayscale: #565656. Windows color (decimal): -13993958 or 1734698. OLE color: 1734698.

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

Color convert

RGB4212026-
CMYK0.6500.780.53
HSL109.79º64.38%28.63%-
HSV(B)109.79º78.33%47.06%-
XYZ7.86143.27-
YUV85.9694.1696.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.34%
GREEN value IS 120 (47.27% from 255) = 63.83%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=22.34%
G=63.83%
B=13.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120260.6500.780.53109.7964.3828.63
Hex2A781A4104E356e401d
Octal521703210101166515610035
Binary1010101111000110101000001010011101101011101110100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A781A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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