#2A7714

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

Shades of Bilbao #2A7714

Tints of Bilbao #2A7714

Color information

#2A7714 (or 0x2A7714) is unknown color: approx Bilbao. HEX triplet: 2A, 77 and 14. RGB value is (42,119,20). Sum of RGB (Red+Green+Blue) = 42+119+20=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 119 (46.88% from 255 or 65.75% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7714 is #D588EB. Grayscale: #555555. Windows color (decimal): -13994220 or 1341226. OLE color: 1341226.

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

Color convert

RGB4211920-
CMYK0.6500.830.53
HSL106.67º71.22%27.25%-
HSV(B)106.67º83.19%46.67%-
XYZ7.6813.742.91-
YUV84.6991.4997.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 119 (46.88% from 255) = 65.75%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=23.20%
G=65.75%
B=11.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119200.6500.830.53106.6771.2227.25
Hex2A771441053356b471b
Octal521672410101236515310733
Binary1010101110111101001000001010100111101011101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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