#2C6609

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

Shades of Bilbao #2C6609

Tints of Bilbao #2C6609

Color information

#2C6609 (or 0x2C6609) is unknown color: approx Bilbao. HEX triplet: 2C, 66 and 09. RGB value is (44,102,9). Sum of RGB (Red+Green+Blue) = 44+102+9=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #2C6609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6609 is #D399F6. Grayscale: #4A4A4A. Windows color (decimal): -13867511 or 615980. OLE color: 615980.

HSL color Cylindrical-coordinate representation of color #2C6609: hue angle of 97.42º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C6609 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB441029-
CMYK0.5700.910.6
HSL97.42º83.78%21.76%-
HSV(B)97.42º91.18%40%-
XYZ5.8410.061.89-
YUV74.0691.28106.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.39%
GREEN value IS 102 (40.23% from 255) = 65.81%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=28.39%
G=65.81%
B=5.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4410290.5700.910.697.4283.7821.76
Hex2C6693905B3C615416
Octal54146117101337414112426
Binary10110011001101001111001010110111111001100001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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