#2E7605

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

Shades of Bilbao #2E7605

Tints of Bilbao #2E7605

Color information

#2E7605 (or 0x2E7605) is unknown color: approx Bilbao. HEX triplet: 2E, 76 and 05. RGB value is (46,118,5). Sum of RGB (Red+Green+Blue) = 46+118+5=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 118 (46.48% from 255 or 69.82% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7605 is #D189FA. Grayscale: #535353. Windows color (decimal): -13732347 or 357934. OLE color: 357934.

HSL color Cylindrical-coordinate representation of color #2E7605: hue angle of 98.23º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E7605 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB461185-
CMYK0.6100.960.54
HSL98.23º91.87%24.12%-
HSV(B)98.23º95.76%46.27%-
XYZ7.6313.552.36-
YUV83.5983.65101.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.22%
GREEN value IS 118 (46.48% from 255) = 69.82%
BLUE value IS 5 (2.34% from 255) = 2.96%
R=27.22%
G=69.82%
B=2.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4611850.6100.960.5498.2391.8724.12
Hex2E7653D06036625c18
Octal5616657501406614213430
Binary1011101110110101111101011000001101101100010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,118,5); }

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

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

 a { background-color: rgb(46,118,5); }

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

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

 span { border-color: rgb(46,118,5); }

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