#28760C

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

Shades of Bilbao #28760C

Tints of Bilbao #28760C

Color information

#28760C (or 0x28760C) is unknown color: approx Bilbao. HEX triplet: 28, 76 and 0C. RGB value is (40,118,12). Sum of RGB (Red+Green+Blue) = 40+118+12=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 118 (46.48% from 255 or 69.41% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 118 - color contains mainly: green. Hex color #28760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28760C is #D789F3. Grayscale: #525252. Windows color (decimal): -14125556 or 816680. OLE color: 816680.

HSL color Cylindrical-coordinate representation of color #28760C: hue angle of 104.15º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28760C is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB4011812-
CMYK0.6600.900.54
HSL104.15º81.54%25.49%-
HSV(B)104.15º89.83%46.27%-
XYZ7.4213.432.55-
YUV82.5988.1697.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 118 (46.48% from 255) = 69.41%
BLUE value IS 12 (5.08% from 255) = 7.06%
R=23.53%
G=69.41%
B=7.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40118120.6600.900.54104.1581.5425.49
Hex2876C4205A36685219
Octal501661410201326615012231
Binary101000111011011001000010010110101101101101000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28760C; }

 p { color: rgb(40,118,12); }

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

<style>
 a { background-color: #28760C; }

 a { background-color: rgb(40,118,12); }

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

<style>
 span { border-color: #28760C; }

 span { border-color: rgb(40,118,12); }

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