#2E8417

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

Shades of Bilbao #2E8417

Tints of Bilbao #2E8417

Color information

#2E8417 (or 0x2E8417) is unknown color: approx Bilbao. HEX triplet: 2E, 84 and 17. RGB value is (46,132,23). Sum of RGB (Red+Green+Blue) = 46+132+23=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #2E8417 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8417 is #D17BE8. Grayscale: #5E5E5E. Windows color (decimal): -13728745 or 1541166. OLE color: 1541166.

HSL color Cylindrical-coordinate representation of color #2E8417: hue angle of 107.34º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E8417 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB4613223-
CMYK0.6500.830.48
HSL107.34º70.32%30.39%-
HSV(B)107.34º82.58%51.76%-
XYZ9.5317.153.62-
YUV93.8688.0193.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 132 (51.95% from 255) = 65.67%
BLUE value IS 23 (9.38% from 255) = 11.44%
R=22.89%
G=65.67%
B=11.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46132230.6500.830.48107.3470.3230.39
Hex2E841741053306b461e
Octal562042710101236015310636
Binary10111010000100101111000001010100111100001101011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,132,23); }

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

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

 a { background-color: rgb(46,132,23); }

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

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

 span { border-color: rgb(46,132,23); }

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