#2E7F15

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

Shades of Bilbao #2E7F15

Tints of Bilbao #2E7F15

Color information

#2E7F15 (or 0x2E7F15) is unknown color: approx Bilbao. HEX triplet: 2E, 7F and 15. RGB value is (46,127,21). Sum of RGB (Red+Green+Blue) = 46+127+21=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 127 (50% from 255 or 65.46% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7F15 is #D180EA. Grayscale: #5B5B5B. Windows color (decimal): -13730027 or 1408814. OLE color: 1408814.

HSL color Cylindrical-coordinate representation of color #2E7F15: hue angle of 105.85º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E7F15 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB4612721-
CMYK0.6400.830.50
HSL105.85º71.62%29.02%-
HSV(B)105.85º83.46%49.8%-
XYZ8.8515.813.3-
YUV90.788.6696.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 127 (50% from 255) = 65.46%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=23.71%
G=65.46%
B=10.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46127210.6400.830.50105.8571.6229.02
Hex2E7F1540053326a481d
Octal561772510001236215211035
Binary1011101111111101011000000010100111100101101010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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