#2E750B

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

Shades of Bilbao #2E750B

Tints of Bilbao #2E750B

Color information

#2E750B (or 0x2E750B) is unknown color: approx Bilbao. HEX triplet: 2E, 75 and 0B. RGB value is (46,117,11). Sum of RGB (Red+Green+Blue) = 46+117+11=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #2E750B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E750B is #D18AF4. Grayscale: #545454. Windows color (decimal): -13732597 or 750894. OLE color: 750894.

HSL color Cylindrical-coordinate representation of color #2E750B: hue angle of 100.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E750B is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB4611711-
CMYK0.6100.910.54
HSL100.19º82.81%25.1%-
HSV(B)100.19º90.6%45.88%-
XYZ7.5513.332.49-
YUV83.6986.98101.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 117 (46.09% from 255) = 67.24%
BLUE value IS 11 (4.69% from 255) = 6.32%
R=26.44%
G=67.24%
B=6.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46117110.6100.910.54100.1982.8125.1
Hex2E75B3D05B36645319
Octal56165137501336614412331
Binary10111011101011011111101010110111101101100100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,117,11); }

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

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

 a { background-color: rgb(46,117,11); }

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

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

 span { border-color: rgb(46,117,11); }

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