#2E620E

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

Shades of Bilbao #2E620E

Tints of Bilbao #2E620E

Color information

#2E620E (or 0x2E620E) is unknown color: approx Bilbao. HEX triplet: 2E, 62 and 0E. RGB value is (46,98,14). Sum of RGB (Red+Green+Blue) = 46+98+14=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 98 (38.67% from 255 or 62.03% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 98 - color contains mainly: green. Hex color #2E620E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E620E is #D19DF1. Grayscale: #494949. Windows color (decimal): -13737458 or 942638. OLE color: 942638.

HSL color Cylindrical-coordinate representation of color #2E620E: hue angle of 97.14º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E620E is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB469814-
CMYK0.5300.860.62
HSL97.14º75%21.96%-
HSV(B)97.14º85.71%38.43%-
XYZ5.579.351.93-
YUV72.8894.77108.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.11%
GREEN value IS 98 (38.67% from 255) = 62.03%
BLUE value IS 14 (5.86% from 255) = 8.86%
R=29.11%
G=62.03%
B=8.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4698140.5300.860.6297.147521.96
Hex2E62E350563E614b16
Octal56142166501267614111326
Binary10111011000101110110101010101101111101100001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E620E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,98,14); }

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

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

 a { background-color: rgb(46,98,14); }

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

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

 span { border-color: rgb(46,98,14); }

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