#2E7818

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

Shades of Bilbao #2E7818

Tints of Bilbao #2E7818

Color information

#2E7818 (or 0x2E7818) is unknown color: approx Bilbao. HEX triplet: 2E, 78 and 18. RGB value is (46,120,24). Sum of RGB (Red+Green+Blue) = 46+120+24=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 120 (47.27% from 255 or 63.16% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7818 is #D187E7. Grayscale: #575757. Windows color (decimal): -13731816 or 1603630. OLE color: 1603630.

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

Color convert

RGB4612024-
CMYK0.6200.80.53
HSL106.25º66.67%28.24%-
HSV(B)106.25º80%47.06%-
XYZ8.0114.083.16-
YUV86.9392.4898.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.21%
GREEN value IS 120 (47.27% from 255) = 63.16%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=24.21%
G=63.16%
B=12.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120240.6200.80.53106.2566.6728.24
Hex2E78183E050356a431c
Octal56170307601206515210334
Binary101110111100011000111110010100001101011101010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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