#28700A

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

Shades of Bilbao #28700A

Tints of Bilbao #28700A

Color information

#28700A (or 0x28700A) is unknown color: approx Bilbao. HEX triplet: 28, 70 and 0A. RGB value is (40,112,10). Sum of RGB (Red+Green+Blue) = 40+112+10=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 112 (44.14% from 255 or 69.14% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 112 - color contains mainly: green. Hex color #28700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28700A is #D78FF5. Grayscale: #4F4F4F. Windows color (decimal): -14127094 or 684072. OLE color: 684072.

HSL color Cylindrical-coordinate representation of color #28700A: hue angle of 102.35º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28700A is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB4011210-
CMYK0.6400.910.56
HSL102.35º83.61%23.92%-
HSV(B)102.35º91.07%43.92%-
XYZ6.7212.062.26-
YUV78.8489.15100.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 112 (44.14% from 255) = 69.14%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=24.69%
G=69.14%
B=6.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40112100.6400.910.56102.3583.6123.92
Hex2870A4005B38665418
Octal501601210001337014612430
Binary101000111000010101000000010110111110001100110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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