#2E8414

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

Shades of Bilbao #2E8414

Tints of Bilbao #2E8414

Color information

#2E8414 (or 0x2E8414) is unknown color: approx Bilbao. HEX triplet: 2E, 84 and 14. RGB value is (46,132,20). Sum of RGB (Red+Green+Blue) = 46+132+20=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 132 (51.95% from 255 or 66.67% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 132 - color contains mainly: green. Hex color #2E8414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8414 is #D17BEB. Grayscale: #5D5D5D. Windows color (decimal): -13728748 or 1344558. OLE color: 1344558.

HSL color Cylindrical-coordinate representation of color #2E8414: hue angle of 106.07º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E8414 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB4613220-
CMYK0.6500.850.48
HSL106.07º73.68%29.8%-
HSV(B)106.07º84.85%51.76%-
XYZ9.517.133.47-
YUV93.5286.5194.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.23%
GREEN value IS 132 (51.95% from 255) = 66.67%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=23.23%
G=66.67%
B=10.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46132200.6500.850.48106.0773.6829.8
Hex2E841441055306a4a1e
Octal562042410101256015211236
Binary10111010000100101001000001010101011100001101010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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