#2C7A09

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

Shades of Bilbao #2C7A09

Tints of Bilbao #2C7A09

Color information

#2C7A09 (or 0x2C7A09) is unknown color: approx Bilbao. HEX triplet: 2C, 7A and 09. RGB value is (44,122,9). Sum of RGB (Red+Green+Blue) = 44+122+9=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 122 (48.05% from 255 or 69.71% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 122 - color contains mainly: green. Hex color #2C7A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7A09 is #D385F6. Grayscale: #565656. Windows color (decimal): -13862391 or 621100. OLE color: 621100.

HSL color Cylindrical-coordinate representation of color #2C7A09: hue angle of 101.42º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C7A09 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB441229-
CMYK0.6400.930.52
HSL101.42º86.26%25.69%-
HSV(B)101.42º92.62%47.84%-
XYZ8.0514.472.63-
YUV85.884.6698.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.14%
GREEN value IS 122 (48.05% from 255) = 69.71%
BLUE value IS 9 (3.91% from 255) = 5.14%
R=25.14%
G=69.71%
B=5.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4412290.6400.930.52101.4286.2625.69
Hex2C7A94005D3465561a
Octal541721110001356414512632
Binary101100111101010011000000010111011101001100101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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