#2E6815

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

Shades of Bilbao #2E6815

Tints of Bilbao #2E6815

Color information

#2E6815 (or 0x2E6815) is unknown color: approx Bilbao. HEX triplet: 2E, 68 and 15. RGB value is (46,104,21). Sum of RGB (Red+Green+Blue) = 46+104+21=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 104 (41.02% from 255 or 60.82% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6815 is #D197EA. Grayscale: #4D4D4D. Windows color (decimal): -13735915 or 1402926. OLE color: 1402926.

HSL color Cylindrical-coordinate representation of color #2E6815: hue angle of 101.93º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E6815 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB4610421-
CMYK0.5600.800.59
HSL101.93º66.4%24.51%-
HSV(B)101.93º79.81%40.78%-
XYZ6.2110.542.42-
YUV77.296.28105.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.90%
GREEN value IS 104 (41.02% from 255) = 60.82%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=26.90%
G=60.82%
B=12.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46104210.5600.800.59101.9366.424.51
Hex2E6815380503B664219
Octal56150257001207314610231
Binary101110110100010101111000010100001110111100110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,104,21); }

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

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

 a { background-color: rgb(46,104,21); }

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

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

 span { border-color: rgb(46,104,21); }

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