#2F791A

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

Shades of Bilbao #2F791A

Tints of Bilbao #2F791A

Color information

#2F791A (or 0x2F791A) is unknown color: approx Bilbao. HEX triplet: 2F, 79 and 1A. RGB value is (47,121,26). Sum of RGB (Red+Green+Blue) = 47+121+26=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 121 (47.66% from 255 or 62.37% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 121 - color contains mainly: green. Hex color #2F791A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F791A is #D086E5. Grayscale: #585858. Windows color (decimal): -13666022 or 1734959. OLE color: 1734959.

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

Color convert

RGB4712126-
CMYK0.6100.790.53
HSL106.74º64.63%28.82%-
HSV(B)106.74º78.51%47.45%-
XYZ8.214.353.32-
YUV88.0492.9898.72-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 121 (47.66% from 255) = 62.37%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=24.23%
G=62.37%
B=13.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47121260.6100.790.53106.7464.6328.82
Hex2F791A3D04F356b411d
Octal57171327501176515310135
Binary101111111100111010111101010011111101011101011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F791A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,121,26); }

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

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

 a { background-color: rgb(47,121,26); }

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

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

 span { border-color: rgb(47,121,26); }

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