#2F791D

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

Shades of Bilbao #2F791D

Tints of Bilbao #2F791D

Color information

#2F791D (or 0x2F791D) is unknown color: approx Bilbao. HEX triplet: 2F, 79 and 1D. RGB value is (47,121,29). Sum of RGB (Red+Green+Blue) = 47+121+29=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #2F791D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F791D is #D086E2. Grayscale: #585858. Windows color (decimal): -13666019 or 1931567. OLE color: 1931567.

HSL color Cylindrical-coordinate representation of color #2F791D: hue angle of 108.26º degrees, saturation: 0.61, 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 #2F791D is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB4712129-
CMYK0.6100.760.53
HSL108.26º61.33%29.41%-
HSV(B)108.26º76.03%47.45%-
XYZ8.2314.373.5-
YUV88.3994.4898.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 121 (47.66% from 255) = 61.42%
BLUE value IS 29 (11.72% from 255) = 14.72%
R=23.86%
G=61.42%
B=14.72%

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
Decimal47121290.6100.760.53108.2661.3329.41
Hex2F791D3D04C356c3d1d
Octal5717135750114651547535
Binary10111111110011110111110101001100110101110110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F791D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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