#28730B

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

Shades of Bilbao #28730B

Tints of Bilbao #28730B

Color information

#28730B (or 0x28730B) is unknown color: approx Bilbao. HEX triplet: 28, 73 and 0B. RGB value is (40,115,11). Sum of RGB (Red+Green+Blue) = 40+115+11=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 115 (45.31% from 255 or 69.28% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 115 - color contains mainly: green. Hex color #28730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28730B is #D78CF4. Grayscale: #515151. Windows color (decimal): -14126325 or 750376. OLE color: 750376.

HSL color Cylindrical-coordinate representation of color #28730B: hue angle of 103.27º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28730B is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB4011511-
CMYK0.6500.900.55
HSL103.27º82.54%24.71%-
HSV(B)103.27º90.43%45.1%-
XYZ7.0712.742.4-
YUV80.7288.6598.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.10%
GREEN value IS 115 (45.31% from 255) = 69.28%
BLUE value IS 11 (4.69% from 255) = 6.63%
R=24.10%
G=69.28%
B=6.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40115110.6500.900.55103.2782.5424.71
Hex2873B4105A37675319
Octal501631310101326714712331
Binary101000111001110111000001010110101101111100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28730B; }

 p { color: rgb(40,115,11); }

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

<style>
 a { background-color: #28730B; }

 a { background-color: rgb(40,115,11); }

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

<style>
 span { border-color: #28730B; }

 span { border-color: rgb(40,115,11); }

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