#2E7306

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

Shades of Bilbao #2E7306

Tints of Bilbao #2E7306

Color information

#2E7306 (or 0x2E7306) is unknown color: approx Bilbao. HEX triplet: 2E, 73 and 06. RGB value is (46,115,6). Sum of RGB (Red+Green+Blue) = 46+115+6=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 115 (45.31% from 255 or 68.86% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7306 is #D18CF9. Grayscale: #525252. Windows color (decimal): -13733114 or 422702. OLE color: 422702.

HSL color Cylindrical-coordinate representation of color #2E7306: hue angle of 97.98º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E7306 is Cyan = 0.6, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB461156-
CMYK0.600.950.55
HSL97.98º90.08%23.73%-
HSV(B)97.98º94.78%45.1%-
XYZ7.2912.862.27-
YUV81.9485.14102.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.54%
GREEN value IS 115 (45.31% from 255) = 68.86%
BLUE value IS 6 (2.73% from 255) = 3.59%
R=27.54%
G=68.86%
B=3.59%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4611560.600.950.5597.9890.0823.73
Hex2E7363C05F37625a18
Octal5616367401376714213230
Binary1011101110011110111100010111111101111100010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,115,6); }

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

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

 a { background-color: rgb(46,115,6); }

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

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

 span { border-color: rgb(46,115,6); }

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