#2E701D

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

Shades of Bilbao #2E701D

Tints of Bilbao #2E701D

Color information

#2E701D (or 0x2E701D) is unknown color: approx Bilbao. HEX triplet: 2E, 70 and 1D. RGB value is (46,112,29). Sum of RGB (Red+Green+Blue) = 46+112+29=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #2E701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E701D is #D18FE2. Grayscale: #535353. Windows color (decimal): -13733859 or 1929262. OLE color: 1929262.

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

Color convert

RGB4611229-
CMYK0.5900.740.56
HSL107.71º58.87%27.65%-
HSV(B)107.71º74.11%43.92%-
XYZ7.1412.263.15-
YUV82.897.63101.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 112 (44.14% from 255) = 59.89%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=24.60%
G=59.89%
B=15.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46112290.5900.740.56107.7158.8727.65
Hex2E701D3B04A386c3b1c
Octal5616035730112701547334
Binary10111011100001110111101101001010111000110110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E701D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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