#2C6B1D

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

Shades of Bilbao #2C6B1D

Tints of Bilbao #2C6B1D

Color information

#2C6B1D (or 0x2C6B1D) is unknown color: approx Bilbao. HEX triplet: 2C, 6B and 1D. RGB value is (44,107,29). Sum of RGB (Red+Green+Blue) = 44+107+29=180 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.44% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #2C6B1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6B1D is #D394E2. Grayscale: #4F4F4F. Windows color (decimal): -13866211 or 1927980. OLE color: 1927980.

HSL color Cylindrical-coordinate representation of color #2C6B1D: hue angle of 108.46º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C6B1D is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB4410729-
CMYK0.5900.730.58
HSL108.46º57.35%26.67%-
HSV(B)108.46º72.9%41.96%-
XYZ6.5211.142.97-
YUV79.2799.63102.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.44%
GREEN value IS 107 (42.19% from 255) = 59.44%
BLUE value IS 29 (11.72% from 255) = 16.11%
R=24.44%
G=59.44%
B=16.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44107290.5900.730.58108.4657.3526.67
Hex2C6B1D3B0493A6c391b
Octal5415335730111721547133
Binary10110011010111110111101101001001111010110110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,107,29); }

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

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

 a { background-color: rgb(44,107,29); }

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

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

 span { border-color: rgb(44,107,29); }

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