#28690F

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

Shades of Bilbao #28690F

Tints of Bilbao #28690F

Color information

#28690F (or 0x28690F) is unknown color: approx Bilbao. HEX triplet: 28, 69 and 0F. RGB value is (40,105,15). Sum of RGB (Red+Green+Blue) = 40+105+15=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 105 (41.41% from 255 or 65.62% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 105 - color contains mainly: green. Hex color #28690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28690F is #D796F0. Grayscale: #4B4B4B. Windows color (decimal): -14128881 or 1009960. OLE color: 1009960.

HSL color Cylindrical-coordinate representation of color #28690F: hue angle of 103.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28690F is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB4010515-
CMYK0.6200.860.59
HSL103.33º75%23.53%-
HSV(B)103.33º85.71%41.18%-
XYZ6.0110.592.18-
YUV75.393.97102.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25%
GREEN value IS 105 (41.41% from 255) = 65.62%
BLUE value IS 15 (6.25% from 255) = 9.38%
R=25%
G=65.62%
B=9.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40105150.6200.860.59103.337523.53
Hex2869F3E0563B674b18
Octal50151177601267314711330
Binary10100011010011111111110010101101110111100111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28690F; }

 p { color: rgb(40,105,15); }

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

<style>
 a { background-color: #28690F; }

 a { background-color: rgb(40,105,15); }

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

<style>
 span { border-color: #28690F; }

 span { border-color: rgb(40,105,15); }

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