#2b770e

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

Shades of Bilbao #2B770E

Tints of Bilbao #2B770E

Color information

#2B770E (or 0x2B770E) is unknown color: approx Bilbao. HEX triplet: 2B, 77 and 0E. RGB value is (43,119,14). Sum of RGB (Red+Green+Blue) = 43+119+14=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 119 (46.88% from 255 or 67.61% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 119 - color contains mainly: green. Hex color #2B770E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B770E is #D488F1. Grayscale: #545454. Windows color (decimal): -13928690 or 948011. OLE color: 948011.

HSL color Cylindrical-coordinate representation of color #2B770E: hue angle of 103.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B770E is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB4311914-
CMYK0.6400.880.53
HSL103.43º78.95%26.08%-
HSV(B)103.43º88.24%46.67%-
XYZ7.6713.742.66-
YUV84.3188.3298.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.43%
GREEN value IS 119 (46.88% from 255) = 67.61%
BLUE value IS 14 (5.86% from 255) = 7.95%
R=24.43%
G=67.61%
B=7.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43119140.6400.880.53103.4378.9526.08
Hex2B77E4005835674f1a
Octal531671610001306514711732
Binary101011111011111101000000010110001101011100111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b770e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,119,14); }

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

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

 a { background-color: rgb(43,119,14); }

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

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

 span { border-color: rgb(43,119,14); }

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