#2C7712

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

Shades of Bilbao #2C7712

Tints of Bilbao #2C7712

Color information

#2C7712 (or 0x2C7712) is unknown color: approx Bilbao. HEX triplet: 2C, 77 and 12. RGB value is (44,119,18). Sum of RGB (Red+Green+Blue) = 44+119+18=181 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.31% from 181); Green value is 119 (46.88% from 255 or 65.75% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7712 is #D388ED. Grayscale: #555555. Windows color (decimal): -13863150 or 1210156. OLE color: 1210156.

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

Color convert

RGB4411918-
CMYK0.6300.850.53
HSL104.55º73.72%26.86%-
HSV(B)104.55º84.87%46.67%-
XYZ7.7413.772.82-
YUV85.0690.1598.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.31%
GREEN value IS 119 (46.88% from 255) = 65.75%
BLUE value IS 18 (7.42% from 255) = 9.94%
R=24.31%
G=65.75%
B=9.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44119180.6300.850.53104.5573.7226.86
Hex2C77123F05535694a1b
Octal54167227701256515111233
Binary101100111011110010111111010101011101011101001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,119,18); }

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

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

 a { background-color: rgb(44,119,18); }

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

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

 span { border-color: rgb(44,119,18); }

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