#2E7308

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

Shades of Bilbao #2E7308

Tints of Bilbao #2E7308

Color information

#2E7308 (or 0x2E7308) is unknown color: approx Bilbao. HEX triplet: 2E, 73 and 08. RGB value is (46,115,8). Sum of RGB (Red+Green+Blue) = 46+115+8=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 115 (45.31% from 255 or 68.05% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7308 is #D18CF7. Grayscale: #525252. Windows color (decimal): -13733112 or 553774. OLE color: 553774.

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

Color convert

RGB461158-
CMYK0.600.930.55
HSL98.69º86.99%24.12%-
HSV(B)98.69º93.04%45.1%-
XYZ7.312.862.33-
YUV82.1786.14102.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.22%
GREEN value IS 115 (45.31% from 255) = 68.05%
BLUE value IS 8 (3.52% from 255) = 4.73%
R=27.22%
G=68.05%
B=4.73%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4611580.600.930.5598.6986.9924.12
Hex2E7383C05D37635718
Octal56163107401356714312730
Binary10111011100111000111100010111011101111100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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