#2E8319

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

Shades of Bilbao #2E8319

Tints of Bilbao #2E8319

Color information

#2E8319 (or 0x2E8319) is unknown color: approx Bilbao. HEX triplet: 2E, 83 and 19. RGB value is (46,131,25). Sum of RGB (Red+Green+Blue) = 46+131+25=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 131 (51.56% from 255 or 64.85% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 131 - color contains mainly: green. Hex color #2E8319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8319 is #D17CE6. Grayscale: #5D5D5D. Windows color (decimal): -13728999 or 1671982. OLE color: 1671982.

HSL color Cylindrical-coordinate representation of color #2E8319: hue angle of 108.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E8319 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB4613125-
CMYK0.6500.810.49
HSL108.11º67.95%30.59%-
HSV(B)108.11º80.92%51.37%-
XYZ9.4216.883.68-
YUV93.589.3494.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.77%
GREEN value IS 131 (51.56% from 255) = 64.85%
BLUE value IS 25 (10.16% from 255) = 12.38%
R=22.77%
G=64.85%
B=12.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46131250.6500.810.49108.1167.9530.59
Hex2E831941051316c441f
Octal562033110101216115410437
Binary10111010000011110011000001010100011100011101100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,131,25); }

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

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

 a { background-color: rgb(46,131,25); }

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

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

 span { border-color: rgb(46,131,25); }

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