#2C6209

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

Shades of Bilbao #2C6209

Tints of Bilbao #2C6209

Color information

#2C6209 (or 0x2C6209) is unknown color: approx Bilbao. HEX triplet: 2C, 62 and 09. RGB value is (44,98,9). Sum of RGB (Red+Green+Blue) = 44+98+9=151 (20% of max value = 765). Red value is 44 (17.58% from 255 or 29.14% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #2C6209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6209 is #D39DF6. Grayscale: #484848. Windows color (decimal): -13868535 or 614956. OLE color: 614956.

HSL color Cylindrical-coordinate representation of color #2C6209: hue angle of 96.4º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C6209 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB44989-
CMYK0.5500.910.62
HSL96.4º83.18%20.98%-
HSV(B)96.4º90.82%38.43%-
XYZ5.469.291.76-
YUV71.7192.61108.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.14%
GREEN value IS 98 (38.67% from 255) = 64.90%
BLUE value IS 9 (3.91% from 255) = 5.96%
R=29.14%
G=64.90%
B=5.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal449890.5500.910.6296.483.1820.98
Hex2C6293705B3E605315
Octal54142116701337614012325
Binary10110011000101001110111010110111111101100000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,98,9); }

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

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

 a { background-color: rgb(44,98,9); }

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

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

 span { border-color: rgb(44,98,9); }

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