#2E821B

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

Shades of Bilbao #2E821B

Tints of Bilbao #2E821B

Color information

#2E821B (or 0x2E821B) is unknown color: approx Bilbao. HEX triplet: 2E, 82 and 1B. RGB value is (46,130,27). Sum of RGB (Red+Green+Blue) = 46+130+27=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #2E821B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E821B is #D17DE4. Grayscale: #5D5D5D. Windows color (decimal): -13729253 or 1802798. OLE color: 1802798.

HSL color Cylindrical-coordinate representation of color #2E821B: hue angle of 108.93º degrees, saturation: 0.66, 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 #2E821B is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB4613027-
CMYK0.6500.790.49
HSL108.93º65.61%30.78%-
HSV(B)108.93º79.23%50.98%-
XYZ9.3116.633.76-
YUV93.1490.6794.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 130 (51.17% from 255) = 64.04%
BLUE value IS 27 (10.94% from 255) = 13.30%
R=22.66%
G=64.04%
B=13.30%

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
Decimal46130270.6500.790.49108.9365.6130.78
Hex2E821B4104F316d421f
Octal562023310101176115510237
Binary10111010000010110111000001010011111100011101101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,130,27); }

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

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

 a { background-color: rgb(46,130,27); }

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

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

 span { border-color: rgb(46,130,27); }

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