#2E870D

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

Shades of Bilbao #2E870D

Tints of Bilbao #2E870D

Color information

#2E870D (or 0x2E870D) is unknown color: approx Bilbao. HEX triplet: 2E, 87 and 0D. RGB value is (46,135,13). Sum of RGB (Red+Green+Blue) = 46+135+13=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 135 (53.12% from 255 or 69.59% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 135 - color contains mainly: green. Hex color #2E870D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E870D is #D178F2. Grayscale: #5E5E5E. Windows color (decimal): -13727987 or 886574. OLE color: 886574.

HSL color Cylindrical-coordinate representation of color #2E870D: hue angle of 103.77º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E870D is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB4613513-
CMYK0.6600.900.47
HSL103.77º82.43%29.02%-
HSV(B)103.77º90.37%52.94%-
XYZ9.8617.943.32-
YUV94.4882.0193.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 135 (53.12% from 255) = 69.59%
BLUE value IS 13 (5.47% from 255) = 6.70%
R=23.71%
G=69.59%
B=6.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46135130.6600.900.47103.7782.4329.02
Hex2E87D4205A2F68521d
Octal562071510201325715012235
Binary1011101000011111011000010010110101011111101000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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