#28750E

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

Shades of Bilbao #28750E

Tints of Bilbao #28750E

Color information

#28750E (or 0x28750E) is unknown color: approx Bilbao. HEX triplet: 28, 75 and 0E. RGB value is (40,117,14). Sum of RGB (Red+Green+Blue) = 40+117+14=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 117 (46.09% from 255 or 68.42% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 117 - color contains mainly: green. Hex color #28750E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28750E is #D78AF1. Grayscale: #525252. Windows color (decimal): -14125810 or 947496. OLE color: 947496.

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

Color convert

RGB4011714-
CMYK0.6600.880.54
HSL104.85º78.63%25.69%-
HSV(B)104.85º88.03%45.88%-
XYZ7.3213.212.58-
YUV82.2489.4997.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 117 (46.09% from 255) = 68.42%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=23.39%
G=68.42%
B=8.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40117140.6600.880.54104.8578.6325.69
Hex2875E4205836694f1a
Octal501651610201306615111732
Binary101000111010111101000010010110001101101101001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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