#2C6C05

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

Shades of Bilbao #2C6C05

Tints of Bilbao #2C6C05

Color information

#2C6C05 (or 0x2C6C05) is unknown color: approx Bilbao. HEX triplet: 2C, 6C and 05. RGB value is (44,108,5). Sum of RGB (Red+Green+Blue) = 44+108+5=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 108 (42.58% from 255 or 68.79% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 108 - color contains mainly: green. Hex color #2C6C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6C05 is #D393FA. Grayscale: #4D4D4D. Windows color (decimal): -13865979 or 355372. OLE color: 355372.

HSL color Cylindrical-coordinate representation of color #2C6C05: hue angle of 97.28º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C6C05 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB441085-
CMYK0.5900.950.58
HSL97.28º91.15%22.16%-
HSV(B)97.28º95.37%42.35%-
XYZ6.4311.271.98-
YUV77.1287.3104.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 108 (42.58% from 255) = 68.79%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=28.03%
G=68.79%
B=3.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4410850.5900.950.5897.2891.1522.16
Hex2C6C53B05F3A615b16
Octal5415457301377214113326
Binary1011001101100101111011010111111110101100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,108,5); }

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

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

 a { background-color: rgb(44,108,5); }

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

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

 span { border-color: rgb(44,108,5); }

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