#2E8616

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

Shades of Bilbao #2E8616

Tints of Bilbao #2E8616

Color information

#2E8616 (or 0x2E8616) is unknown color: approx Bilbao. HEX triplet: 2E, 86 and 16. RGB value is (46,134,22). Sum of RGB (Red+Green+Blue) = 46+134+22=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 134 (52.73% from 255 or 66.34% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 134 - color contains mainly: green. Hex color #2E8616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8616 is #D179E9. Grayscale: #5F5F5F. Windows color (decimal): -13728234 or 1476142. OLE color: 1476142.

HSL color Cylindrical-coordinate representation of color #2E8616: hue angle of 107.14º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E8616 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB4613422-
CMYK0.6600.840.47
HSL107.14º71.79%30.59%-
HSV(B)107.14º83.58%52.55%-
XYZ9.817.693.66-
YUV94.9286.8593.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.77%
GREEN value IS 134 (52.73% from 255) = 66.34%
BLUE value IS 22 (8.98% from 255) = 10.89%
R=22.77%
G=66.34%
B=10.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46134220.6600.840.47107.1471.7930.59
Hex2E8616420542F6b481f
Octal562062610201245715311037
Binary10111010000110101101000010010101001011111101011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,134,22); }

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

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

 a { background-color: rgb(46,134,22); }

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

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

 span { border-color: rgb(46,134,22); }

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