#2C6512

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

Shades of Bilbao #2C6512

Tints of Bilbao #2C6512

Color information

#2C6512 (or 0x2C6512) is unknown color: approx Bilbao. HEX triplet: 2C, 65 and 12. RGB value is (44,101,18). Sum of RGB (Red+Green+Blue) = 44+101+18=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #2C6512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6512 is #D39AED. Grayscale: #4A4A4A. Windows color (decimal): -13867758 or 1205548. OLE color: 1205548.

HSL color Cylindrical-coordinate representation of color #2C6512: hue angle of 101.2º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C6512 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB4410118-
CMYK0.5600.820.60
HSL101.2º69.75%23.33%-
HSV(B)101.2º82.18%39.61%-
XYZ5.89.892.17-
YUV74.596.12106.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.99%
GREEN value IS 101 (39.84% from 255) = 61.96%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=26.99%
G=61.96%
B=11.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44101180.5600.820.60101.269.7523.33
Hex2C6512380523C654617
Octal54145227001227414510627
Binary101100110010110010111000010100101111001100101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,101,18); }

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

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

 a { background-color: rgb(44,101,18); }

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

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

 span { border-color: rgb(44,101,18); }

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