#2E831A

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

Shades of Bilbao #2E831A

Tints of Bilbao #2E831A

Color information

#2E831A (or 0x2E831A) is unknown color: approx Bilbao. HEX triplet: 2E, 83 and 1A. RGB value is (46,131,26). Sum of RGB (Red+Green+Blue) = 46+131+26=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 131 (51.56% from 255 or 64.53% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 131 - color contains mainly: green. Hex color #2E831A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E831A is #D17CE5. Grayscale: #5D5D5D. Windows color (decimal): -13728998 or 1737518. OLE color: 1737518.

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

Color convert

RGB4613126-
CMYK0.6500.800.49
HSL108.57º66.88%30.78%-
HSV(B)108.57º80.15%51.37%-
XYZ9.4316.893.74-
YUV93.6289.8494.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 131 (51.56% from 255) = 64.53%
BLUE value IS 26 (10.55% from 255) = 12.81%
R=22.66%
G=64.53%
B=12.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46131260.6500.800.49108.5766.8830.78
Hex2E831A41050316d431f
Octal562033210101206115510337
Binary10111010000011110101000001010100001100011101101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E831A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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