#2E8B06

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

Shades of Bilbao #2E8B06

Tints of Bilbao #2E8B06

Color information

#2E8B06 (or 0x2E8B06) is unknown color: approx Bilbao. HEX triplet: 2E, 8B and 06. RGB value is (46,139,6). Sum of RGB (Red+Green+Blue) = 46+139+6=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 139 (54.69% from 255 or 72.77% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 139 - color contains mainly: green. Hex color #2E8B06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2E8B06 is #D174F9. Grayscale: #606060. Windows color (decimal): -13726970 or 428846. OLE color: 428846.

HSL color Cylindrical-coordinate representation of color #2E8B06: hue angle of 101.95º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E8B06 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB461396-
CMYK0.6700.960.45
HSL101.95º91.72%28.43%-
HSV(B)101.95º95.68%54.51%-
XYZ10.3919.063.3-
YUV96.0377.1992.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.08%
GREEN value IS 139 (54.69% from 255) = 72.77%
BLUE value IS 6 (2.73% from 255) = 3.14%
R=24.08%
G=72.77%
B=3.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4613960.6700.960.45101.9591.7228.43
Hex2E8B6430602D665c1c
Octal56213610301405514613434
Binary101110100010111101000011011000001011011100110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,139,6); }

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

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

 a { background-color: rgb(46,139,6); }

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

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

 span { border-color: rgb(46,139,6); }

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