#2A7613

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

Shades of Bilbao #2A7613

Tints of Bilbao #2A7613

Color information

#2A7613 (or 0x2A7613) is unknown color: approx Bilbao. HEX triplet: 2A, 76 and 13. RGB value is (42,118,19). Sum of RGB (Red+Green+Blue) = 42+118+19=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 118 (46.48% from 255 or 65.92% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 118 - color contains mainly: green. Hex color #2A7613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7613 is #D589EC. Grayscale: #545454. Windows color (decimal): -13994477 or 1275434. OLE color: 1275434.

HSL color Cylindrical-coordinate representation of color #2A7613: hue angle of 106.06º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A7613 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB4211819-
CMYK0.6400.840.54
HSL106.06º72.26%26.86%-
HSV(B)106.06º83.9%46.27%-
XYZ7.5513.52.82-
YUV83.9991.3298.05-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.46%
GREEN value IS 118 (46.48% from 255) = 65.92%
BLUE value IS 19 (7.81% from 255) = 10.61%
R=23.46%
G=65.92%
B=10.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42118190.6400.840.54106.0672.2626.86
Hex2A761340054366a481b
Octal521662310001246615211033
Binary1010101110110100111000000010101001101101101010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,118,19); }

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

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

 a { background-color: rgb(42,118,19); }

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

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

 span { border-color: rgb(42,118,19); }

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