#2F741B

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

Shades of Bilbao #2F741B

Tints of Bilbao #2F741B

Color information

#2F741B (or 0x2F741B) is unknown color: approx Bilbao. HEX triplet: 2F, 74 and 1B. RGB value is (47,116,27). Sum of RGB (Red+Green+Blue) = 47+116+27=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #2F741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F741B is #D08BE4. Grayscale: #555555. Windows color (decimal): -13667301 or 1799215. OLE color: 1799215.

HSL color Cylindrical-coordinate representation of color #2F741B: hue angle of 106.52º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F741B is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB4711627-
CMYK0.5900.770.55
HSL106.52º62.24%28.04%-
HSV(B)106.52º76.72%45.49%-
XYZ7.6213.173.18-
YUV85.2295.14100.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 116 (45.70% from 255) = 61.05%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=24.74%
G=61.05%
B=14.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47116270.5900.770.55106.5262.2428.04
Hex2F741B3B04D376b3e1c
Octal5716433730115671537634
Binary10111111101001101111101101001101110111110101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,116,27); }

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

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

 a { background-color: rgb(47,116,27); }

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

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

 span { border-color: rgb(47,116,27); }

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