#2C6D1C

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

Shades of Bilbao #2C6D1C

Tints of Bilbao #2C6D1C

Color information

#2C6D1C (or 0x2C6D1C) is unknown color: approx Bilbao. HEX triplet: 2C, 6D and 1C. RGB value is (44,109,28). Sum of RGB (Red+Green+Blue) = 44+109+28=181 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.31% from 181); Green value is 109 (42.97% from 255 or 60.22% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 109 - color contains mainly: green. Hex color #2C6D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6D1C is #D392E3. Grayscale: #505050. Windows color (decimal): -13865700 or 1862956. OLE color: 1862956.

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

Color convert

RGB4410928-
CMYK0.6000.740.57
HSL108.15º59.12%26.86%-
HSV(B)108.15º74.31%42.75%-
XYZ6.7211.562.98-
YUV80.3398.47102.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.31%
GREEN value IS 109 (42.97% from 255) = 60.22%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=24.31%
G=60.22%
B=15.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44109280.6000.740.57108.1559.1226.86
Hex2C6D1C3C04A396c3b1b
Octal5415534740112711547333
Binary10110011011011110011110001001010111001110110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,109,28); }

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

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

 a { background-color: rgb(44,109,28); }

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

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

 span { border-color: rgb(44,109,28); }

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