#2C710D

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

Shades of Bilbao #2C710D

Tints of Bilbao #2C710D

Color information

#2C710D (or 0x2C710D) is unknown color: approx Bilbao. HEX triplet: 2C, 71 and 0D. RGB value is (44,113,13). Sum of RGB (Red+Green+Blue) = 44+113+13=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 113 (44.53% from 255 or 66.47% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 113 - color contains mainly: green. Hex color #2C710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C710D is #D38EF2. Grayscale: #515151. Windows color (decimal): -13864691 or 880940. OLE color: 880940.

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

Color convert

RGB4411313-
CMYK0.6100.880.56
HSL101.4º79.37%24.71%-
HSV(B)101.4º88.5%44.31%-
XYZ7.0212.372.4-
YUV80.9789.64101.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.88%
GREEN value IS 113 (44.53% from 255) = 66.47%
BLUE value IS 13 (5.47% from 255) = 7.65%
R=25.88%
G=66.47%
B=7.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44113130.6100.880.56101.479.3724.71
Hex2C71D3D05838654f19
Octal54161157501307014511731
Binary10110011100011101111101010110001110001100101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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