#2C710C

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

Shades of Bilbao #2C710C

Tints of Bilbao #2C710C

Color information

#2C710C (or 0x2C710C) is unknown color: approx Bilbao. HEX triplet: 2C, 71 and 0C. RGB value is (44,113,12). Sum of RGB (Red+Green+Blue) = 44+113+12=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 113 (44.53% from 255 or 66.86% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 113 - color contains mainly: green. Hex color #2C710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C710C is #D38EF3. Grayscale: #515151. Windows color (decimal): -13864692 or 815404. OLE color: 815404.

HSL color Cylindrical-coordinate representation of color #2C710C: hue angle of 100.99º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C710C is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB4411312-
CMYK0.6100.890.56
HSL100.99º80.8%24.51%-
HSV(B)100.99º89.38%44.31%-
XYZ7.0112.372.37-
YUV80.8589.14101.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.04%
GREEN value IS 113 (44.53% from 255) = 66.86%
BLUE value IS 12 (5.08% from 255) = 7.10%
R=26.04%
G=66.86%
B=7.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44113120.6100.890.56100.9980.824.51
Hex2C71C3D05938655119
Octal54161147501317014512131
Binary10110011100011100111101010110011110001100101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,113,12); }

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

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

 a { background-color: rgb(44,113,12); }

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

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

 span { border-color: rgb(44,113,12); }

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