#2E6717

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

Shades of Bilbao #2E6717

Tints of Bilbao #2E6717

Color information

#2E6717 (or 0x2E6717) is unknown color: approx Bilbao. HEX triplet: 2E, 67 and 17. RGB value is (46,103,23). Sum of RGB (Red+Green+Blue) = 46+103+23=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #2E6717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6717 is #D198E8. Grayscale: #4D4D4D. Windows color (decimal): -13736169 or 1533742. OLE color: 1533742.

HSL color Cylindrical-coordinate representation of color #2E6717: hue angle of 102.75º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E6717 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB4610323-
CMYK0.5500.780.60
HSL102.75º63.49%24.71%-
HSV(B)102.75º77.67%40.39%-
XYZ6.1310.342.48-
YUV76.8497.62106-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.74%
GREEN value IS 103 (40.62% from 255) = 59.88%
BLUE value IS 23 (9.38% from 255) = 13.37%
R=26.74%
G=59.88%
B=13.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46103230.5500.780.60102.7563.4924.71
Hex2E67173704E3C673f19
Octal5614727670116741477731
Binary10111011001111011111011101001110111100110011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E6717; }

 p { color: rgb(46,103,23); }

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

<style>
 a { background-color: #2E6717; }

 a { background-color: rgb(46,103,23); }

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

<style>
 span { border-color: #2E6717; }

 span { border-color: rgb(46,103,23); }

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