#2E7010

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

Shades of Bilbao #2E7010

Tints of Bilbao #2E7010

Color information

#2E7010 (or 0x2E7010) is unknown color: approx Bilbao. HEX triplet: 2E, 70 and 10. RGB value is (46,112,16). Sum of RGB (Red+Green+Blue) = 46+112+16=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 112 (44.14% from 255 or 64.37% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7010 is #D18FEF. Grayscale: #515151. Windows color (decimal): -13733872 or 1077294. OLE color: 1077294.

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

Color convert

RGB4611216-
CMYK0.5900.860.56
HSL101.25º75%25.1%-
HSV(B)101.25º85.71%43.92%-
XYZ7.0112.212.48-
YUV81.3291.13102.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 112 (44.14% from 255) = 64.37%
BLUE value IS 16 (6.64% from 255) = 9.20%
R=26.44%
G=64.37%
B=9.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46112160.5900.860.56101.257525.1
Hex2E70103B05638654b19
Octal56160207301267014511331
Binary101110111000010000111011010101101110001100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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