#2E760D

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

Shades of Bilbao #2E760D

Tints of Bilbao #2E760D

Color information

#2E760D (or 0x2E760D) is unknown color: approx Bilbao. HEX triplet: 2E, 76 and 0D. RGB value is (46,118,13). Sum of RGB (Red+Green+Blue) = 46+118+13=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 118 (46.48% from 255 or 66.67% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 118 - color contains mainly: green. Hex color #2E760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E760D is #D189F2. Grayscale: #545454. Windows color (decimal): -13732339 or 882222. OLE color: 882222.

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

Color convert

RGB4611813-
CMYK0.6100.890.54
HSL101.14º80.15%25.69%-
HSV(B)101.14º88.98%46.27%-
XYZ7.6813.572.59-
YUV84.587.65100.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.99%
GREEN value IS 118 (46.48% from 255) = 66.67%
BLUE value IS 13 (5.47% from 255) = 7.34%
R=25.99%
G=66.67%
B=7.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46118130.6100.890.54101.1480.1525.69
Hex2E76D3D0593665501a
Octal56166157501316614512032
Binary10111011101101101111101010110011101101100101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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