#28750B

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

Shades of Bilbao #28750B

Tints of Bilbao #28750B

Color information

#28750B (or 0x28750B) is unknown color: approx Bilbao. HEX triplet: 28, 75 and 0B. RGB value is (40,117,11). Sum of RGB (Red+Green+Blue) = 40+117+11=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 117 (46.09% from 255 or 69.64% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 117 - color contains mainly: green. Hex color #28750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28750B is #D78AF4. Grayscale: #525252. Windows color (decimal): -14125813 or 750888. OLE color: 750888.

HSL color Cylindrical-coordinate representation of color #28750B: hue angle of 103.58º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28750B is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB4011711-
CMYK0.6600.910.54
HSL103.58º82.81%25.1%-
HSV(B)103.58º90.6%45.88%-
XYZ7.313.22.48-
YUV81.8987.9998.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.81%
GREEN value IS 117 (46.09% from 255) = 69.64%
BLUE value IS 11 (4.69% from 255) = 6.55%
R=23.81%
G=69.64%
B=6.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40117110.6600.910.54103.5882.8125.1
Hex2875B4205B36685319
Octal501651310201336615012331
Binary101000111010110111000010010110111101101101000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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