#28680A

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

Shades of Bilbao #28680A

Tints of Bilbao #28680A

Color information

#28680A (or 0x28680A) is unknown color: approx Bilbao. HEX triplet: 28, 68 and 0A. RGB value is (40,104,10). Sum of RGB (Red+Green+Blue) = 40+104+10=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #28680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28680A is #D797F5. Grayscale: #4A4A4A. Windows color (decimal): -14129142 or 682024. OLE color: 682024.

HSL color Cylindrical-coordinate representation of color #28680A: hue angle of 100.85º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28680A is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB4010410-
CMYK0.6200.900.59
HSL100.85º82.46%22.35%-
HSV(B)100.85º90.38%40.78%-
XYZ5.8810.371.98-
YUV74.1591.8103.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 104 (41.02% from 255) = 67.53%
BLUE value IS 10 (4.30% from 255) = 6.49%
R=25.97%
G=67.53%
B=6.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40104100.6200.900.59100.8582.4622.35
Hex2868A3E05A3B655216
Octal50150127601327314512226
Binary10100011010001010111110010110101110111100101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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