#2F771C

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

Shades of Bilbao #2F771C

Tints of Bilbao #2F771C

Color information

#2F771C (or 0x2F771C) is unknown color: approx Bilbao. HEX triplet: 2F, 77 and 1C. RGB value is (47,119,28). Sum of RGB (Red+Green+Blue) = 47+119+28=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #2F771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F771C is #D088E3. Grayscale: #575757. Windows color (decimal): -13666532 or 1865519. OLE color: 1865519.

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

Color convert

RGB4711928-
CMYK0.6100.760.53
HSL107.47º61.9%28.82%-
HSV(B)107.47º76.47%46.67%-
XYZ7.9813.883.36-
YUV87.194.6599.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 119 (46.88% from 255) = 61.34%
BLUE value IS 28 (11.33% from 255) = 14.43%
R=24.23%
G=61.34%
B=14.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47119280.6100.760.53107.4761.928.82
Hex2F771C3D04C356b3e1d
Octal5716734750114651537635
Binary10111111101111110011110101001100110101110101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F771C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,119,28); }

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

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

 a { background-color: rgb(47,119,28); }

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

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

 span { border-color: rgb(47,119,28); }

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