#2E8B01

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

Shades of Bilbao #2E8B01

Tints of Bilbao #2E8B01

Color information

#2E8B01 (or 0x2E8B01) is unknown color: approx Bilbao. HEX triplet: 2E, 8B and 01. RGB value is (46,139,1). Sum of RGB (Red+Green+Blue) = 46+139+1=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 139 (54.69% from 255 or 74.73% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 139 - color contains mainly: green. Hex color #2E8B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8B01 is #D174FE. Grayscale: #5F5F5F. Windows color (decimal): -13726975 or 101166. OLE color: 101166.

HSL color Cylindrical-coordinate representation of color #2E8B01: hue angle of 100.43º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E8B01 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB461391-
CMYK0.6700.990.45
HSL100.43º98.57%27.45%-
HSV(B)100.43º99.28%54.51%-
XYZ10.3619.053.16-
YUV95.4674.6992.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.73%
GREEN value IS 139 (54.69% from 255) = 74.73%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=24.73%
G=74.73%
B=0.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4613910.6700.990.45100.4398.5727.45
Hex2E8B1430632D64631b
Octal56213110301435514414333
Binary1011101000101111000011011000111011011100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,139,1); }

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

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

 a { background-color: rgb(46,139,1); }

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

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

 span { border-color: rgb(46,139,1); }

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