#2C6E15

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

Shades of Bilbao #2C6E15

Tints of Bilbao #2C6E15

Color information

#2C6E15 (or 0x2C6E15) is unknown color: approx Bilbao. HEX triplet: 2C, 6E and 15. RGB value is (44,110,21). Sum of RGB (Red+Green+Blue) = 44+110+21=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 110 (43.36% from 255 or 62.86% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 110 - color contains mainly: green. Hex color #2C6E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6E15 is #D391EA. Grayscale: #505050. Windows color (decimal): -13865451 or 1404460. OLE color: 1404460.

HSL color Cylindrical-coordinate representation of color #2C6E15: hue angle of 104.49º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C6E15 is Cyan = 0.6, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB4411021-
CMYK0.600.810.57
HSL104.49º67.94%25.69%-
HSV(B)104.49º80.91%43.14%-
XYZ6.7511.742.62-
YUV80.1294.63102.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.14%
GREEN value IS 110 (43.36% from 255) = 62.86%
BLUE value IS 21 (8.59% from 255) = 12%
R=25.14%
G=62.86%
B=12%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44110210.600.810.57104.4967.9425.69
Hex2C6E153C0513968441a
Octal54156257401217115010432
Binary101100110111010101111100010100011110011101000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,110,21); }

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

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

 a { background-color: rgb(44,110,21); }

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

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

 span { border-color: rgb(44,110,21); }

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