#2E6714

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

Shades of Bilbao #2E6714

Tints of Bilbao #2E6714

Color information

#2E6714 (or 0x2E6714) is unknown color: approx Bilbao. HEX triplet: 2E, 67 and 14. RGB value is (46,103,20). Sum of RGB (Red+Green+Blue) = 46+103+20=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 103 (40.62% from 255 or 60.95% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 103 - color contains mainly: green. Hex color #2E6714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6714 is #D198EB. Grayscale: #4C4C4C. Windows color (decimal): -13736172 or 1337134. OLE color: 1337134.

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

Color convert

RGB4610320-
CMYK0.5500.810.60
HSL101.2º67.48%24.12%-
HSV(B)101.2º80.58%40.39%-
XYZ6.110.332.33-
YUV76.596.12106.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.22%
GREEN value IS 103 (40.62% from 255) = 60.95%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=27.22%
G=60.95%
B=11.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46103200.5500.810.60101.267.4824.12
Hex2E6714370513C654318
Octal56147246701217414510330
Binary101110110011110100110111010100011111001100101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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