#2e6f09

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

Shades of Bilbao #2E6F09

Tints of Bilbao #2E6F09

Color information

#2E6F09 (or 0x2E6F09) is unknown color: approx Bilbao. HEX triplet: 2E, 6F and 09. RGB value is (46,111,9). Sum of RGB (Red+Green+Blue) = 46+111+9=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 111 (43.75% from 255 or 66.87% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 111 - color contains mainly: green. Hex color #2E6F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6F09 is #D190F6. Grayscale: #505050. Windows color (decimal): -13734135 or 618286. OLE color: 618286.

HSL color Cylindrical-coordinate representation of color #2E6F09: hue angle of 98.24º 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 #2E6F09 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB461119-
CMYK0.5900.920.56
HSL98.24º85%23.53%-
HSV(B)98.24º91.89%43.53%-
XYZ6.8611.972.21-
YUV79.9487.97103.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.71%
GREEN value IS 111 (43.75% from 255) = 66.87%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=27.71%
G=66.87%
B=5.42%

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
Decimal4611190.5900.920.5698.248523.53
Hex2E6F93B05C38625518
Octal56157117301347014212530
Binary10111011011111001111011010111001110001100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e6f09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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