#2E8702

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

Shades of Bilbao #2E8702

Tints of Bilbao #2E8702

Color information

#2E8702 (or 0x2E8702) is unknown color: approx Bilbao. HEX triplet: 2E, 87 and 02. RGB value is (46,135,2). Sum of RGB (Red+Green+Blue) = 46+135+2=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 135 (53.12% from 255 or 73.77% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 135 - color contains mainly: green. Hex color #2E8702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8702 is #D178FD. Grayscale: #5D5D5D. Windows color (decimal): -13727998 or 165678. OLE color: 165678.

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

Color convert

RGB461352-
CMYK0.6600.990.47
HSL100.15º97.08%26.86%-
HSV(B)100.15º98.52%52.94%-
XYZ9.817.913-
YUV93.2376.5194.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.14%
GREEN value IS 135 (53.12% from 255) = 73.77%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=25.14%
G=73.77%
B=1.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4613520.6600.990.47100.1597.0826.86
Hex2E872420632F64611b
Octal56207210201435714414133
Binary10111010000111101000010011000111011111100100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,135,2); }

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

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

 a { background-color: rgb(46,135,2); }

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

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

 span { border-color: rgb(46,135,2); }

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