#28720B

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

Shades of Bilbao #28720B

Tints of Bilbao #28720B

Color information

#28720B (or 0x28720B) is unknown color: approx Bilbao. HEX triplet: 28, 72 and 0B. RGB value is (40,114,11). Sum of RGB (Red+Green+Blue) = 40+114+11=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 114 (44.92% from 255 or 69.09% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 114 - color contains mainly: green. Hex color #28720B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28720B is #D78DF4. Grayscale: #505050. Windows color (decimal): -14126581 or 750120. OLE color: 750120.

HSL color Cylindrical-coordinate representation of color #28720B: hue angle of 103.11º degrees, saturation: 0.82, 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 #28720B is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB4011411-
CMYK0.6500.900.55
HSL103.11º82.4%24.51%-
HSV(B)103.11º90.35%44.71%-
XYZ6.9512.512.36-
YUV80.1388.9899.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 114 (44.92% from 255) = 69.09%
BLUE value IS 11 (4.69% from 255) = 6.67%
R=24.24%
G=69.09%
B=6.67%

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
Decimal40114110.6500.900.55103.1182.424.51
Hex2872B4105A37675219
Octal501621310101326714712231
Binary101000111001010111000001010110101101111100111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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