#2F731E

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

Shades of Bilbao #2F731E

Tints of Bilbao #2F731E

Color information

#2F731E (or 0x2F731E) is unknown color: approx Bilbao. HEX triplet: 2F, 73 and 1E. RGB value is (47,115,30). Sum of RGB (Red+Green+Blue) = 47+115+30=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 115 (45.31% from 255 or 59.90% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 115 - color contains mainly: green. Hex color #2F731E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F731E is #D08CE1. Grayscale: #555555. Windows color (decimal): -13667554 or 1995567. OLE color: 1995567.

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

Color convert

RGB4711530-
CMYK0.5900.740.55
HSL108º58.62%28.43%-
HSV(B)108º73.91%45.1%-
XYZ7.5412.963.33-
YUV84.9896.97100.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.48%
GREEN value IS 115 (45.31% from 255) = 59.90%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=24.48%
G=59.90%
B=15.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47115300.5900.740.5510858.6228.43
Hex2F731E3B04A376c3b1c
Octal5716336730112671547334
Binary10111111100111111011101101001010110111110110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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