#2A7314

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

Shades of Bilbao #2A7314

Tints of Bilbao #2A7314

Color information

#2A7314 (or 0x2A7314) is unknown color: approx Bilbao. HEX triplet: 2A, 73 and 14. RGB value is (42,115,20). Sum of RGB (Red+Green+Blue) = 42+115+20=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 115 (45.31% from 255 or 64.97% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7314 is #D58CEB. Grayscale: #525252. Windows color (decimal): -13995244 or 1340202. OLE color: 1340202.

HSL color Cylindrical-coordinate representation of color #2A7314: hue angle of 106.11º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A7314 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB4211520-
CMYK0.6300.830.55
HSL106.11º70.37%26.47%-
HSV(B)106.11º82.61%45.1%-
XYZ7.2112.82.75-
YUV82.3492.8299.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.73%
GREEN value IS 115 (45.31% from 255) = 64.97%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=23.73%
G=64.97%
B=11.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42115200.6300.830.55106.1170.3726.47
Hex2A73143F053376a461a
Octal52163247701236715210632
Binary101010111001110100111111010100111101111101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,115,20); }

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

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

 a { background-color: rgb(42,115,20); }

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

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

 span { border-color: rgb(42,115,20); }

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