#2C6F13

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

Shades of Bilbao #2C6F13

Tints of Bilbao #2C6F13

Color information

#2C6F13 (or 0x2C6F13) is unknown color: approx Bilbao. HEX triplet: 2C, 6F and 13. RGB value is (44,111,19). Sum of RGB (Red+Green+Blue) = 44+111+19=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 111 (43.75% from 255 or 63.79% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 111 - color contains mainly: green. Hex color #2C6F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6F13 is #D390EC. Grayscale: #505050. Windows color (decimal): -13865197 or 1273644. OLE color: 1273644.

HSL color Cylindrical-coordinate representation of color #2C6F13: hue angle of 103.7º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C6F13 is Cyan = 0.60, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB4411119-
CMYK0.6000.830.56
HSL103.7º70.77%25.49%-
HSV(B)103.7º82.88%43.53%-
XYZ6.8411.952.56-
YUV80.4893.3101.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.29%
GREEN value IS 111 (43.75% from 255) = 63.79%
BLUE value IS 19 (7.81% from 255) = 10.92%
R=25.29%
G=63.79%
B=10.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44111190.6000.830.56103.770.7725.49
Hex2C6F133C05338684719
Octal54157237401237015010731
Binary101100110111110011111100010100111110001101000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,111,19); }

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

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

 a { background-color: rgb(44,111,19); }

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

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

 span { border-color: rgb(44,111,19); }

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