#2E7C0E

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

Shades of Bilbao #2E7C0E

Tints of Bilbao #2E7C0E

Color information

#2E7C0E (or 0x2E7C0E) is unknown color: approx Bilbao. HEX triplet: 2E, 7C and 0E. RGB value is (46,124,14). Sum of RGB (Red+Green+Blue) = 46+124+14=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 124 (48.83% from 255 or 67.39% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7C0E is #D183F1. Grayscale: #585858. Windows color (decimal): -13730802 or 949294. OLE color: 949294.

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

Color convert

RGB4612414-
CMYK0.6300.890.51
HSL102.55º79.71%27.06%-
HSV(B)102.55º88.71%48.63%-
XYZ8.4115.032.87-
YUV88.1486.1697.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25%
GREEN value IS 124 (48.83% from 255) = 67.39%
BLUE value IS 14 (5.86% from 255) = 7.61%
R=25%
G=67.39%
B=7.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46124140.6300.890.51102.5579.7127.06
Hex2E7CE3F0593367501b
Octal56174167701316314712033
Binary10111011111001110111111010110011100111100111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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