#2C6309

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

Shades of Bilbao #2C6309

Tints of Bilbao #2C6309

Color information

#2C6309 (or 0x2C6309) is unknown color: approx Bilbao. HEX triplet: 2C, 63 and 09. RGB value is (44,99,9). Sum of RGB (Red+Green+Blue) = 44+99+9=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #2C6309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6309 is #D39CF6. Grayscale: #484848. Windows color (decimal): -13868279 or 615212. OLE color: 615212.

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

Color convert

RGB44999-
CMYK0.5600.910.61
HSL96.67º83.33%21.18%-
HSV(B)96.67º90.91%38.82%-
XYZ5.559.481.8-
YUV72.392.28107.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.95%
GREEN value IS 99 (39.06% from 255) = 65.13%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=28.95%
G=65.13%
B=5.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal449990.5600.910.6196.6783.3321.18
Hex2C6393805B3D615315
Octal54143117001337514112325
Binary10110011000111001111000010110111111011100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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