#2e6814

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

Shades of Bilbao #2E6814

Tints of Bilbao #2E6814

Color information

#2E6814 (or 0x2E6814) is unknown color: approx Bilbao. HEX triplet: 2E, 68 and 14. RGB value is (46,104,20). Sum of RGB (Red+Green+Blue) = 46+104+20=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6814 is #D197EB. Grayscale: #4D4D4D. Windows color (decimal): -13735916 or 1337390. OLE color: 1337390.

HSL color Cylindrical-coordinate representation of color #2E6814: hue angle of 101.43º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E6814 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB4610420-
CMYK0.5600.810.59
HSL101.43º67.74%24.31%-
HSV(B)101.43º80.77%40.78%-
XYZ6.210.532.37-
YUV77.0895.78105.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.06%
GREEN value IS 104 (41.02% from 255) = 61.18%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=27.06%
G=61.18%
B=11.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46104200.5600.810.59101.4367.7424.31
Hex2E6814380513B654418
Octal56150247001217314510430
Binary101110110100010100111000010100011110111100101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e6814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,104,20); }

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

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

 a { background-color: rgb(46,104,20); }

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

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

 span { border-color: rgb(46,104,20); }

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