#2A7514

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

Shades of Bilbao #2A7514

Tints of Bilbao #2A7514

Color information

#2A7514 (or 0x2A7514) is unknown color: approx Bilbao. HEX triplet: 2A, 75 and 14. RGB value is (42,117,20). Sum of RGB (Red+Green+Blue) = 42+117+20=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 117 (46.09% from 255 or 65.36% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7514 is #D58AEB. Grayscale: #535353. Windows color (decimal): -13994732 or 1340714. OLE color: 1340714.

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

Color convert

RGB4211720-
CMYK0.6400.830.54
HSL106.39º70.8%26.86%-
HSV(B)106.39º82.91%45.88%-
XYZ7.4413.272.83-
YUV83.5292.1598.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.46%
GREEN value IS 117 (46.09% from 255) = 65.36%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=23.46%
G=65.36%
B=11.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42117200.6400.830.54106.3970.826.86
Hex2A751440053366a471b
Octal521652410001236615210733
Binary1010101110101101001000000010100111101101101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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