#2E7806

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

Shades of Bilbao #2E7806

Tints of Bilbao #2E7806

Color information

#2E7806 (or 0x2E7806) is unknown color: approx Bilbao. HEX triplet: 2E, 78 and 06. RGB value is (46,120,6). Sum of RGB (Red+Green+Blue) = 46+120+6=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 120 (47.27% from 255 or 69.77% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E7806 is #D187F9. Grayscale: #555555. Windows color (decimal): -13731834 or 423982. OLE color: 423982.

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

Color convert

RGB461206-
CMYK0.6200.950.53
HSL98.95º90.48%24.71%-
HSV(B)98.95º95%47.06%-
XYZ7.8814.032.46-
YUV84.8883.48100.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.74%
GREEN value IS 120 (47.27% from 255) = 69.77%
BLUE value IS 6 (2.73% from 255) = 3.49%
R=26.74%
G=69.77%
B=3.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4612060.6200.950.5398.9590.4824.71
Hex2E7863E05F35635a19
Octal5617067601376514313231
Binary1011101111000110111110010111111101011100011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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