#2E8714

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

Shades of Bilbao #2E8714

Tints of Bilbao #2E8714

Color information

#2E8714 (or 0x2E8714) is unknown color: approx Bilbao. HEX triplet: 2E, 87 and 14. RGB value is (46,135,20). Sum of RGB (Red+Green+Blue) = 46+135+20=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 135 (53.12% from 255 or 67.16% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 135 - color contains mainly: green. Hex color #2E8714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8714 is #D178EB. Grayscale: #5F5F5F. Windows color (decimal): -13727980 or 1345326. OLE color: 1345326.

HSL color Cylindrical-coordinate representation of color #2E8714: hue angle of 106.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E8714 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB4613520-
CMYK0.6600.850.47
HSL106.43º74.19%30.39%-
HSV(B)106.43º85.19%52.94%-
XYZ9.9217.963.61-
YUV95.2885.5192.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 135 (53.12% from 255) = 67.16%
BLUE value IS 20 (8.20% from 255) = 9.95%
R=22.89%
G=67.16%
B=9.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46135200.6600.850.47106.4374.1930.39
Hex2E8714420552F6a4a1e
Octal562072410201255715211236
Binary10111010000111101001000010010101011011111101010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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