#2E7F1C

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

Shades of Bilbao #2E7F1C

Tints of Bilbao #2E7F1C

Color information

#2E7F1C (or 0x2E7F1C) is unknown color: approx Bilbao. HEX triplet: 2E, 7F and 1C. RGB value is (46,127,28). Sum of RGB (Red+Green+Blue) = 46+127+28=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7F1C is #D180E3. Grayscale: #5B5B5B. Windows color (decimal): -13730020 or 1867566. OLE color: 1867566.

HSL color Cylindrical-coordinate representation of color #2E7F1C: hue angle of 109.09º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E7F1C is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB4612728-
CMYK0.6400.780.50
HSL109.09º63.87%30.39%-
HSV(B)109.09º77.95%49.8%-
XYZ8.9315.843.69-
YUV91.592.1695.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 127 (50% from 255) = 63.18%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=22.89%
G=63.18%
B=13.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46127280.6400.780.50109.0963.8730.39
Hex2E7F1C4004E326d401e
Octal561773410001166215510036
Binary1011101111111111001000000010011101100101101101100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,127,28); }

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

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

 a { background-color: rgb(46,127,28); }

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

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

 span { border-color: rgb(46,127,28); }

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