#2E781F

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

Shades of Bilbao #2E781F

Tints of Bilbao #2E781F

Color information

#2E781F (or 0x2E781F) is unknown color: approx Bilbao. HEX triplet: 2E, 78 and 1F. RGB value is (46,120,31). Sum of RGB (Red+Green+Blue) = 46+120+31=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #2E781F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E781F is #D187E0. Grayscale: #585858. Windows color (decimal): -13731809 or 2062382. OLE color: 2062382.

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

Color convert

RGB4612031-
CMYK0.6200.740.53
HSL109.89º58.94%29.61%-
HSV(B)109.89º74.17%47.06%-
XYZ8.0914.113.59-
YUV87.7395.9898.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.35%
GREEN value IS 120 (47.27% from 255) = 60.91%
BLUE value IS 31 (12.5% from 255) = 15.74%
R=23.35%
G=60.91%
B=15.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120310.6200.740.53109.8958.9429.61
Hex2E781F3E04A356e3b1e
Octal5617037760112651567336
Binary10111011110001111111111001001010110101110111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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