#2E831C

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

Shades of Bilbao #2E831C

Tints of Bilbao #2E831C

Color information

#2E831C (or 0x2E831C) is unknown color: approx Bilbao. HEX triplet: 2E, 83 and 1C. RGB value is (46,131,28). Sum of RGB (Red+Green+Blue) = 46+131+28=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #2E831C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E831C is #D17CE3. Grayscale: #5E5E5E. Windows color (decimal): -13728996 or 1868590. OLE color: 1868590.

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

Color convert

RGB4613128-
CMYK0.6500.790.49
HSL109.51º64.78%31.18%-
HSV(B)109.51º78.63%51.37%-
XYZ9.4516.93.86-
YUV93.8490.8493.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.44%
GREEN value IS 131 (51.56% from 255) = 63.90%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=22.44%
G=63.90%
B=13.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46131280.6500.790.49109.5164.7831.18
Hex2E831C4104F316e411f
Octal562033410101176115610137
Binary10111010000011111001000001010011111100011101110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E831C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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