#2C771A

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

Shades of Bilbao #2C771A

Tints of Bilbao #2C771A

Color information

#2C771A (or 0x2C771A) is unknown color: approx Bilbao. HEX triplet: 2C, 77 and 1A. RGB value is (44,119,26). Sum of RGB (Red+Green+Blue) = 44+119+26=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #2C771A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C771A is #D388E5. Grayscale: #565656. Windows color (decimal): -13863142 or 1734444. OLE color: 1734444.

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

Color convert

RGB4411926-
CMYK0.6300.780.53
HSL108.39º64.14%28.43%-
HSV(B)108.39º78.15%46.67%-
XYZ7.8213.83.23-
YUV85.9794.1598.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.28%
GREEN value IS 119 (46.88% from 255) = 62.96%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=23.28%
G=62.96%
B=13.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44119260.6300.780.53108.3964.1428.43
Hex2C771A3F04E356c401c
Octal54167327701166515410034
Binary101100111011111010111111010011101101011101100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,119,26); }

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

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

 a { background-color: rgb(44,119,26); }

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

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

 span { border-color: rgb(44,119,26); }

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