#2E8E04

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

Shades of Bilbao #2E8E04

Tints of Bilbao #2E8E04

Color information

#2E8E04 (or 0x2E8E04) is unknown color: approx Bilbao. HEX triplet: 2E, 8E and 04. RGB value is (46,142,4). Sum of RGB (Red+Green+Blue) = 46+142+4=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 142 (55.86% from 255 or 73.96% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 142 - color contains mainly: green. Hex color #2E8E04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8E04 is #D171FB. Grayscale: #626262. Windows color (decimal): -13726204 or 298542. OLE color: 298542.

HSL color Cylindrical-coordinate representation of color #2E8E04: hue angle of 101.74º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E8E04 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB461424-
CMYK0.6800.970.44
HSL101.74º94.52%28.63%-
HSV(B)101.74º97.18%55.69%-
XYZ10.8219.943.39-
YUV97.5675.291.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 142 (55.86% from 255) = 73.96%
BLUE value IS 4 (1.95% from 255) = 2.08%
R=23.96%
G=73.96%
B=2.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4614240.6800.970.44101.7494.5228.63
Hex2E8E4440612C665f1d
Octal56216410401415414613735
Binary101110100011101001000100011000011011001100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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