#2C6A1C

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

Shades of Bilbao #2C6A1C

Tints of Bilbao #2C6A1C

Color information

#2C6A1C (or 0x2C6A1C) is unknown color: approx Bilbao. HEX triplet: 2C, 6A and 1C. RGB value is (44,106,28). Sum of RGB (Red+Green+Blue) = 44+106+28=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 106 (41.80% from 255 or 59.55% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 106 - color contains mainly: green. Hex color #2C6A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6A1C is #D395E3. Grayscale: #4E4E4E. Windows color (decimal): -13866468 or 1862188. OLE color: 1862188.

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

Color convert

RGB4410628-
CMYK0.5800.740.58
HSL107.69º58.21%26.27%-
HSV(B)107.69º73.58%41.57%-
XYZ6.410.932.87-
YUV78.5799.46103.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.72%
GREEN value IS 106 (41.80% from 255) = 59.55%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=24.72%
G=59.55%
B=15.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44106280.5800.740.58107.6958.2126.27
Hex2C6A1C3A04A3A6c3a1a
Octal5415234720112721547232
Binary10110011010101110011101001001010111010110110011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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