#2F711E

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

Shades of Bilbao #2F711E

Tints of Bilbao #2F711E

Color information

#2F711E (or 0x2F711E) is unknown color: approx Bilbao. HEX triplet: 2F, 71 and 1E. RGB value is (47,113,30). Sum of RGB (Red+Green+Blue) = 47+113+30=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #2F711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F711E is #D08EE1. Grayscale: #545454. Windows color (decimal): -13668066 or 1995055. OLE color: 1995055.

HSL color Cylindrical-coordinate representation of color #2F711E: hue angle of 107.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F711E is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB4711330-
CMYK0.5800.730.56
HSL107.71º58.04%28.04%-
HSV(B)107.71º73.45%44.31%-
XYZ7.3112.513.26-
YUV83.897.63101.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 113 (44.53% from 255) = 59.47%
BLUE value IS 30 (12.11% from 255) = 15.79%
R=24.74%
G=59.47%
B=15.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47113300.5800.730.56107.7158.0428.04
Hex2F711E3A049386c3a1c
Octal5716136720111701547234
Binary10111111100011111011101001001001111000110110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,113,30); }

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

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

 a { background-color: rgb(47,113,30); }

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

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

 span { border-color: rgb(47,113,30); }

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