#2C7214

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

Shades of Bilbao #2C7214

Tints of Bilbao #2C7214

Color information

#2C7214 (or 0x2C7214) is unknown color: approx Bilbao. HEX triplet: 2C, 72 and 14. RGB value is (44,114,20). Sum of RGB (Red+Green+Blue) = 44+114+20=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 114 (44.92% from 255 or 64.04% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 114 - color contains mainly: green. Hex color #2C7214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7214 is #D38DEB. Grayscale: #525252. Windows color (decimal): -13864428 or 1339948. OLE color: 1339948.

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

Color convert

RGB4411420-
CMYK0.6100.820.55
HSL104.68º70.15%26.27%-
HSV(B)104.68º82.46%44.71%-
XYZ7.1812.622.72-
YUV82.3592.81100.64-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.72%
GREEN value IS 114 (44.92% from 255) = 64.04%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=24.72%
G=64.04%
B=11.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44114200.6100.820.55104.6870.1526.27
Hex2C72143D0523769461a
Octal54162247501226715110632
Binary101100111001010100111101010100101101111101001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,114,20); }

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

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

 a { background-color: rgb(44,114,20); }

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

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

 span { border-color: rgb(44,114,20); }

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