#28790E

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

Shades of Bilbao #28790E

Tints of Bilbao #28790E

Color information

#28790E (or 0x28790E) is unknown color: approx Bilbao. HEX triplet: 28, 79 and 0E. RGB value is (40,121,14). Sum of RGB (Red+Green+Blue) = 40+121+14=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 121 (47.66% from 255 or 69.14% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 121 - color contains mainly: green. Hex color #28790E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28790E is #D786F1. Grayscale: #545454. Windows color (decimal): -14124786 or 948520. OLE color: 948520.

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

Color convert

RGB4012114-
CMYK0.6700.880.53
HSL105.42º79.26%26.47%-
HSV(B)105.42º88.43%47.45%-
XYZ7.7914.162.74-
YUV84.5888.1696.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.86%
GREEN value IS 121 (47.66% from 255) = 69.14%
BLUE value IS 14 (5.86% from 255) = 8%
R=22.86%
G=69.14%
B=8%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40121140.6700.880.53105.4279.2626.47
Hex2879E4305835694f1a
Octal501711610301306515111732
Binary101000111100111101000011010110001101011101001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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