#28730D

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

Shades of Bilbao #28730D

Tints of Bilbao #28730D

Color information

#28730D (or 0x28730D) is unknown color: approx Bilbao. HEX triplet: 28, 73 and 0D. RGB value is (40,115,13). Sum of RGB (Red+Green+Blue) = 40+115+13=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 115 (45.31% from 255 or 68.45% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 115 - color contains mainly: green. Hex color #28730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28730D is #D78CF2. Grayscale: #515151. Windows color (decimal): -14126323 or 881448. OLE color: 881448.

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

Color convert

RGB4011513-
CMYK0.6500.890.55
HSL104.12º79.69%25.1%-
HSV(B)104.12º88.7%45.1%-
XYZ7.0812.742.47-
YUV80.9589.6598.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.81%
GREEN value IS 115 (45.31% from 255) = 68.45%
BLUE value IS 13 (5.47% from 255) = 7.74%
R=23.81%
G=68.45%
B=7.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40115130.6500.890.55104.1279.6925.1
Hex2873D4105937685019
Octal501631510101316715012031
Binary101000111001111011000001010110011101111101000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28730D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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