#2F6816

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

Shades of Bilbao #2F6816

Tints of Bilbao #2F6816

Color information

#2F6816 (or 0x2F6816) is unknown color: approx Bilbao. HEX triplet: 2F, 68 and 16. RGB value is (47,104,22). Sum of RGB (Red+Green+Blue) = 47+104+22=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #2F6816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6816 is #D097E9. Grayscale: #4D4D4D. Windows color (decimal): -13670378 or 1468463. OLE color: 1468463.

HSL color Cylindrical-coordinate representation of color #2F6816: hue angle of 101.71º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F6816 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB4710422-
CMYK0.5500.790.59
HSL101.71º65.08%24.71%-
HSV(B)101.71º78.85%40.78%-
XYZ6.2710.562.47-
YUV77.6196.62106.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.17%
GREEN value IS 104 (41.02% from 255) = 60.12%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=27.17%
G=60.12%
B=12.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47104220.5500.790.59101.7165.0824.71
Hex2F68163704F3B664119
Octal57150266701177314610131
Binary101111110100010110110111010011111110111100110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,104,22); }

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

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

 a { background-color: rgb(47,104,22); }

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

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

 span { border-color: rgb(47,104,22); }

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