#2E7009

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

Shades of Bilbao #2E7009

Tints of Bilbao #2E7009

Color information

#2E7009 (or 0x2E7009) is unknown color: approx Bilbao. HEX triplet: 2E, 70 and 09. RGB value is (46,112,9). Sum of RGB (Red+Green+Blue) = 46+112+9=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7009 is #D18FF6. Grayscale: #505050. Windows color (decimal): -13733879 or 618542. OLE color: 618542.

HSL color Cylindrical-coordinate representation of color #2E7009: hue angle of 98.45º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E7009 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB461129-
CMYK0.5900.920.56
HSL98.45º85.12%23.73%-
HSV(B)98.45º91.96%43.92%-
XYZ6.9712.192.24-
YUV80.5287.63103.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 112 (44.14% from 255) = 67.07%
BLUE value IS 9 (3.91% from 255) = 5.39%
R=27.54%
G=67.07%
B=5.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4611290.5900.920.5698.4585.1223.73
Hex2E7093B05C38625518
Octal56160117301347014212530
Binary10111011100001001111011010111001110001100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,112,9); }

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

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

 a { background-color: rgb(46,112,9); }

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

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

 span { border-color: rgb(46,112,9); }

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