#2E7001

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

Shades of Bilbao #2E7001

Tints of Bilbao #2E7001

Color information

#2E7001 (or 0x2E7001) is unknown color: approx Bilbao. HEX triplet: 2E, 70 and 01. RGB value is (46,112,1). Sum of RGB (Red+Green+Blue) = 46+112+1=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7001 is #D18FFE. Grayscale: #4F4F4F. Windows color (decimal): -13733887 or 94254. OLE color: 94254.

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

Color convert

RGB461121-
CMYK0.5900.990.56
HSL95.68º98.23%22.16%-
HSV(B)95.68º99.11%43.92%-
XYZ6.9312.172.01-
YUV79.6183.63104.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.93%
GREEN value IS 112 (44.14% from 255) = 70.44%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=28.93%
G=70.44%
B=0.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4611210.5900.990.5695.6898.2322.16
Hex2E7013B06338606216
Octal5616017301437014014226
Binary10111011100001111011011000111110001100000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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