#2e7c1b

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

Shades of Bilbao #2E7C1B

Tints of Bilbao #2E7C1B

Color information

#2E7C1B (or 0x2E7C1B) is unknown color: approx Bilbao. HEX triplet: 2E, 7C and 1B. RGB value is (46,124,27). Sum of RGB (Red+Green+Blue) = 46+124+27=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 124 (48.83% from 255 or 62.94% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7C1B is #D183E4. Grayscale: #595959. Windows color (decimal): -13730789 or 1801262. OLE color: 1801262.

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

Color convert

RGB4612427-
CMYK0.6300.780.51
HSL108.25º64.24%29.61%-
HSV(B)108.25º78.23%48.63%-
XYZ8.5315.083.5-
YUV89.6292.6696.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.35%
GREEN value IS 124 (48.83% from 255) = 62.94%
BLUE value IS 27 (10.94% from 255) = 13.71%
R=23.35%
G=62.94%
B=13.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46124270.6300.780.51108.2564.2429.61
Hex2E7C1B3F04E336c401e
Octal56174337701166315410036
Binary101110111110011011111111010011101100111101100100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e7c1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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