#2C6D0A

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

Shades of Bilbao #2C6D0A

Tints of Bilbao #2C6D0A

Color information

#2C6D0A (or 0x2C6D0A) is unknown color: approx Bilbao. HEX triplet: 2C, 6D and 0A. RGB value is (44,109,10). Sum of RGB (Red+Green+Blue) = 44+109+10=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 109 (42.97% from 255 or 66.87% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 109 - color contains mainly: green. Hex color #2C6D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6D0A is #D392F5. Grayscale: #4E4E4E. Windows color (decimal): -13865718 or 683308. OLE color: 683308.

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

Color convert

RGB4410910-
CMYK0.6000.910.57
HSL99.39º83.19%23.33%-
HSV(B)99.39º90.83%42.75%-
XYZ6.5611.492.16-
YUV78.2889.47103.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.99%
GREEN value IS 109 (42.97% from 255) = 66.87%
BLUE value IS 10 (4.30% from 255) = 6.13%
R=26.99%
G=66.87%
B=6.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44109100.6000.910.5799.3983.1923.33
Hex2C6DA3C05B39635317
Octal54155127401337114312327
Binary10110011011011010111100010110111110011100011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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