#2E7804

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

Shades of Bilbao #2E7804

Tints of Bilbao #2E7804

Color information

#2E7804 (or 0x2E7804) is unknown color: approx Bilbao. HEX triplet: 2E, 78 and 04. RGB value is (46,120,4). Sum of RGB (Red+Green+Blue) = 46+120+4=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 120 (47.27% from 255 or 70.59% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7804 is #D187FB. Grayscale: #555555. Windows color (decimal): -13731836 or 292910. OLE color: 292910.

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

Color convert

RGB461204-
CMYK0.6200.970.53
HSL98.28º93.55%24.31%-
HSV(B)98.28º96.67%47.06%-
XYZ7.8714.022.41-
YUV84.6582.48100.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.06%
GREEN value IS 120 (47.27% from 255) = 70.59%
BLUE value IS 4 (1.95% from 255) = 2.35%
R=27.06%
G=70.59%
B=2.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4612040.6200.970.5398.2893.5524.31
Hex2E7843E06135625e18
Octal5617047601416514213630
Binary1011101111000100111110011000011101011100010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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