#2E7005

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

Shades of Bilbao #2E7005

Tints of Bilbao #2E7005

Color information

#2E7005 (or 0x2E7005) is unknown color: approx Bilbao. HEX triplet: 2E, 70 and 05. RGB value is (46,112,5). Sum of RGB (Red+Green+Blue) = 46+112+5=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 112 (44.14% from 255 or 68.71% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7005 is #D18FFA. Grayscale: #505050. Windows color (decimal): -13733883 or 356398. OLE color: 356398.

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

Color convert

RGB461125-
CMYK0.5900.960.56
HSL97.01º91.45%22.94%-
HSV(B)97.01º95.54%43.92%-
XYZ6.9512.182.13-
YUV80.0785.63103.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.22%
GREEN value IS 112 (44.14% from 255) = 68.71%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=28.22%
G=68.71%
B=3.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4611250.5900.960.5697.0191.4522.94
Hex2E7053B06038615b17
Octal5616057301407014113327
Binary1011101110000101111011011000001110001100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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