#2E780E

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

Shades of Bilbao #2E780E

Tints of Bilbao #2E780E

Color information

#2E780E (or 0x2E780E) is unknown color: approx Bilbao. HEX triplet: 2E, 78 and 0E. RGB value is (46,120,14). Sum of RGB (Red+Green+Blue) = 46+120+14=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 120 (47.27% from 255 or 66.67% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 120 - color contains mainly: green. Hex color #2E780E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E780E is #D187F1. Grayscale: #565656. Windows color (decimal): -13731826 or 948270. OLE color: 948270.

HSL color Cylindrical-coordinate representation of color #2E780E: hue angle of 101.89º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E780E is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB4612014-
CMYK0.6200.880.53
HSL101.89º79.1%26.27%-
HSV(B)101.89º88.33%47.06%-
XYZ7.9214.052.71-
YUV85.7987.4899.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.56%
GREEN value IS 120 (47.27% from 255) = 66.67%
BLUE value IS 14 (5.86% from 255) = 7.78%
R=25.56%
G=66.67%
B=7.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120140.6200.880.53101.8979.126.27
Hex2E78E3E05835664f1a
Octal56170167601306514611732
Binary10111011110001110111110010110001101011100110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,120,14); }

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

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

 a { background-color: rgb(46,120,14); }

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

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

 span { border-color: rgb(46,120,14); }

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