#28750A

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

Shades of Bilbao #28750A

Tints of Bilbao #28750A

Color information

#28750A (or 0x28750A) is unknown color: approx Bilbao. HEX triplet: 28, 75 and 0A. RGB value is (40,117,10). Sum of RGB (Red+Green+Blue) = 40+117+10=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #28750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28750A is #D78AF5. Grayscale: #525252. Windows color (decimal): -14125814 or 685352. OLE color: 685352.

HSL color Cylindrical-coordinate representation of color #28750A: hue angle of 103.18º degrees, saturation: 0.84, 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 #28750A is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB4011710-
CMYK0.6600.910.54
HSL103.18º84.25%24.9%-
HSV(B)103.18º91.45%45.88%-
XYZ7.2913.22.45-
YUV81.7887.4998.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 117 (46.09% from 255) = 70.06%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=23.95%
G=70.06%
B=5.99%

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
Decimal40117100.6600.910.54103.1884.2524.9
Hex2875A4205B36675419
Octal501651210201336614712431
Binary101000111010110101000010010110111101101100111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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