#28770C

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

Shades of Bilbao #28770C

Tints of Bilbao #28770C

Color information

#28770C (or 0x28770C) is unknown color: approx Bilbao. HEX triplet: 28, 77 and 0C. RGB value is (40,119,12). Sum of RGB (Red+Green+Blue) = 40+119+12=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 119 (46.88% from 255 or 69.59% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 119 - color contains mainly: green. Hex color #28770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28770C is #D788F3. Grayscale: #535353. Windows color (decimal): -14125300 or 816936. OLE color: 816936.

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

Color convert

RGB4011912-
CMYK0.6600.900.53
HSL104.3º81.68%25.69%-
HSV(B)104.3º89.92%46.67%-
XYZ7.5413.672.59-
YUV83.1887.8397.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 119 (46.88% from 255) = 69.59%
BLUE value IS 12 (5.08% from 255) = 7.02%
R=23.39%
G=69.59%
B=7.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119120.6600.900.53104.381.6825.69
Hex2877C4205A3568521a
Octal501671410201326515012232
Binary101000111011111001000010010110101101011101000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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