#2F7410

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

Shades of Bilbao #2F7410

Tints of Bilbao #2F7410

Color information

#2F7410 (or 0x2F7410) is unknown color: approx Bilbao. HEX triplet: 2F, 74 and 10. RGB value is (47,116,16). Sum of RGB (Red+Green+Blue) = 47+116+16=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 116 (45.70% from 255 or 64.80% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 116 - color contains mainly: green. Hex color #2F7410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7410 is #D08BEF. Grayscale: #545454. Windows color (decimal): -13667312 or 1078319. OLE color: 1078319.

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

Color convert

RGB4711616-
CMYK0.5900.860.55
HSL101.4º75.76%25.88%-
HSV(B)101.4º86.21%45.49%-
XYZ7.5113.132.63-
YUV83.9789.64101.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.26%
GREEN value IS 116 (45.70% from 255) = 64.80%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=26.26%
G=64.80%
B=8.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47116160.5900.860.55101.475.7625.88
Hex2F74103B05637654c1a
Octal57164207301266714511432
Binary101111111010010000111011010101101101111100101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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