#2E7812

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

Shades of Bilbao #2E7812

Tints of Bilbao #2E7812

Color information

#2E7812 (or 0x2E7812) is unknown color: approx Bilbao. HEX triplet: 2E, 78 and 12. RGB value is (46,120,18). Sum of RGB (Red+Green+Blue) = 46+120+18=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 120 (47.27% from 255 or 65.22% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7812 is #D187ED. Grayscale: #565656. Windows color (decimal): -13731822 or 1210414. OLE color: 1210414.

HSL color Cylindrical-coordinate representation of color #2E7812: hue angle of 103.53º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E7812 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB4612018-
CMYK0.6200.850.53
HSL103.53º73.91%27.06%-
HSV(B)103.53º85%47.06%-
XYZ7.9514.062.87-
YUV86.2589.4899.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25%
GREEN value IS 120 (47.27% from 255) = 65.22%
BLUE value IS 18 (7.42% from 255) = 9.78%
R=25%
G=65.22%
B=9.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120180.6200.850.53103.5373.9127.06
Hex2E78123E05535684a1b
Octal56170227601256515011233
Binary101110111100010010111110010101011101011101000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,120,18); }

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

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

 a { background-color: rgb(46,120,18); }

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

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

 span { border-color: rgb(46,120,18); }

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