#2E731B

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

Shades of Bilbao #2E731B

Tints of Bilbao #2E731B

Color information

#2E731B (or 0x2E731B) is unknown color: approx Bilbao. HEX triplet: 2E, 73 and 1B. RGB value is (46,115,27). Sum of RGB (Red+Green+Blue) = 46+115+27=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #2E731B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E731B is #D18CE4. Grayscale: #545454. Windows color (decimal): -13733093 or 1798958. OLE color: 1798958.

HSL color Cylindrical-coordinate representation of color #2E731B: hue angle of 107.05º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E731B is Cyan = 0.6, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB4611527-
CMYK0.600.770.55
HSL107.05º61.97%27.84%-
HSV(B)107.05º76.52%45.1%-
XYZ7.4612.923.14-
YUV84.3495.64100.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.47%
GREEN value IS 115 (45.31% from 255) = 61.17%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=24.47%
G=61.17%
B=14.36%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46115270.600.770.55107.0561.9727.84
Hex2E731B3C04D376b3e1c
Octal5616333740115671537634
Binary10111011100111101111110001001101110111110101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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