#2E780F

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

Shades of Bilbao #2E780F

Tints of Bilbao #2E780F

Color information

#2E780F (or 0x2E780F) is unknown color: approx Bilbao. HEX triplet: 2E, 78 and 0F. RGB value is (46,120,15). Sum of RGB (Red+Green+Blue) = 46+120+15=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 120 (47.27% from 255 or 66.30% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 120 - color contains mainly: green. Hex color #2E780F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E780F is #D187F0. Grayscale: #565656. Windows color (decimal): -13731825 or 1013806. OLE color: 1013806.

HSL color Cylindrical-coordinate representation of color #2E780F: hue angle of 102.29º degrees, saturation: 0.78, 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 #2E780F is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB4612015-
CMYK0.6200.870.53
HSL102.29º77.78%26.47%-
HSV(B)102.29º87.5%47.06%-
XYZ7.9314.052.75-
YUV85.987.9899.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.41%
GREEN value IS 120 (47.27% from 255) = 66.30%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=25.41%
G=66.30%
B=8.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120150.6200.870.53102.2977.7826.47
Hex2E78F3E05735664e1a
Octal56170177601276514611632
Binary10111011110001111111110010101111101011100110100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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