#2C7518

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

Shades of Bilbao #2C7518

Tints of Bilbao #2C7518

Color information

#2C7518 (or 0x2C7518) is unknown color: approx Bilbao. HEX triplet: 2C, 75 and 18. RGB value is (44,117,24). Sum of RGB (Red+Green+Blue) = 44+117+24=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #2C7518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C7518 is #D38AE7. Grayscale: #545454. Windows color (decimal): -13863656 or 1602860. OLE color: 1602860.

HSL color Cylindrical-coordinate representation of color #2C7518: hue angle of 107.1º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C7518 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB4411724-
CMYK0.6200.790.54
HSL107.1º65.96%27.65%-
HSV(B)107.1º79.49%45.88%-
XYZ7.5613.323.04-
YUV84.5793.8299.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.78%
GREEN value IS 117 (46.09% from 255) = 63.24%
BLUE value IS 24 (9.77% from 255) = 12.97%
R=23.78%
G=63.24%
B=12.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44117240.6200.790.54107.165.9627.65
Hex2C75183E04F366b421c
Octal54165307601176615310234
Binary101100111010111000111110010011111101101101011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,117,24); }

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

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

 a { background-color: rgb(44,117,24); }

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

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

 span { border-color: rgb(44,117,24); }

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