#2C680B

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

Shades of Bilbao #2C680B

Tints of Bilbao #2C680B

Color information

#2C680B (or 0x2C680B) is unknown color: approx Bilbao. HEX triplet: 2C, 68 and 0B. RGB value is (44,104,11). Sum of RGB (Red+Green+Blue) = 44+104+11=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 104 (41.02% from 255 or 65.41% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 104 - color contains mainly: green. Hex color #2C680B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C680B is #D397F4. Grayscale: #4B4B4B. Windows color (decimal): -13866997 or 747564. OLE color: 747564.

HSL color Cylindrical-coordinate representation of color #2C680B: hue angle of 98.71º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C680B is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB4410411-
CMYK0.5800.890.59
HSL98.71º80.87%22.55%-
HSV(B)98.71º89.42%40.78%-
XYZ6.0510.462.02-
YUV75.4691.62105.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 104 (41.02% from 255) = 65.41%
BLUE value IS 11 (4.69% from 255) = 6.92%
R=27.67%
G=65.41%
B=6.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44104110.5800.890.5998.7180.8722.55
Hex2C68B3A0593B635117
Octal54150137201317314312127
Binary10110011010001011111010010110011110111100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,104,11); }

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

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

 a { background-color: rgb(44,104,11); }

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

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

 span { border-color: rgb(44,104,11); }

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