#2E890D

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

Shades of Bilbao #2E890D

Tints of Bilbao #2E890D

Color information

#2E890D (or 0x2E890D) is unknown color: approx Bilbao. HEX triplet: 2E, 89 and 0D. RGB value is (46,137,13). Sum of RGB (Red+Green+Blue) = 46+137+13=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 137 (53.91% from 255 or 69.90% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 137 - color contains mainly: green. Hex color #2E890D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E890D is #D176F2. Grayscale: #606060. Windows color (decimal): -13727475 or 887086. OLE color: 887086.

HSL color Cylindrical-coordinate representation of color #2E890D: hue angle of 104.03º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E890D is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB4613713-
CMYK0.6600.910.46
HSL104.03º82.67%29.41%-
HSV(B)104.03º90.51%53.73%-
XYZ10.1518.53.42-
YUV95.6681.3592.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.47%
GREEN value IS 137 (53.91% from 255) = 69.90%
BLUE value IS 13 (5.47% from 255) = 6.63%
R=23.47%
G=69.90%
B=6.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46137130.6600.910.46104.0382.6729.41
Hex2E89D4205B2E68531d
Octal562111510201335615012335
Binary1011101000100111011000010010110111011101101000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E890D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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