#2E7221

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

Shades of Bilbao #2E7221

Tints of Bilbao #2E7221

Color information

#2E7221 (or 0x2E7221) is unknown color: approx Bilbao. HEX triplet: 2E, 72 and 21. RGB value is (46,114,33). Sum of RGB (Red+Green+Blue) = 46+114+33=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7221 is #D18DDE. Grayscale: #545454. Windows color (decimal): -13733343 or 2191918. OLE color: 2191918.

HSL color Cylindrical-coordinate representation of color #2E7221: hue angle of 110.37º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E7221 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB4611433-
CMYK0.6000.710.55
HSL110.37º55.1%28.82%-
HSV(B)110.37º71.05%44.71%-
XYZ7.4212.733.5-
YUV84.4398.97100.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.83%
GREEN value IS 114 (44.92% from 255) = 59.07%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=23.83%
G=59.07%
B=17.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46114330.6000.710.55110.3755.128.82
Hex2E72213C047376e371d
Octal5616241740107671566735
Binary101110111001010000111110001000111110111110111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,114,33); }

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

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

 a { background-color: rgb(46,114,33); }

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

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

 span { border-color: rgb(46,114,33); }

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