#2E8608

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

Shades of Bilbao #2E8608

Tints of Bilbao #2E8608

Color information

#2E8608 (or 0x2E8608) is unknown color: approx Bilbao. HEX triplet: 2E, 86 and 08. RGB value is (46,134,8). Sum of RGB (Red+Green+Blue) = 46+134+8=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 134 (52.73% from 255 or 71.28% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 134 - color contains mainly: green. Hex color #2E8608 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8608 is #D179F7. Grayscale: #5D5D5D. Windows color (decimal): -13728248 or 558638. OLE color: 558638.

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

Color convert

RGB461348-
CMYK0.6600.940.47
HSL101.9º88.73%27.84%-
HSV(B)101.9º94.03%52.55%-
XYZ9.717.653.13-
YUV93.3279.8594.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.47%
GREEN value IS 134 (52.73% from 255) = 71.28%
BLUE value IS 8 (3.52% from 255) = 4.26%
R=24.47%
G=71.28%
B=4.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4613480.6600.940.47101.988.7327.84
Hex2E8684205E2F66591c
Octal562061010201365714613134
Binary1011101000011010001000010010111101011111100110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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