#2F720E

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

Shades of Bilbao #2F720E

Tints of Bilbao #2F720E

Color information

#2F720E (or 0x2F720E) is unknown color: approx Bilbao. HEX triplet: 2F, 72 and 0E. RGB value is (47,114,14). Sum of RGB (Red+Green+Blue) = 47+114+14=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 114 (44.92% from 255 or 65.14% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 114 - color contains mainly: green. Hex color #2F720E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F720E is #D08DF1. Grayscale: #525252. Windows color (decimal): -13667826 or 946735. OLE color: 946735.

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

Color convert

RGB4711414-
CMYK0.5900.880.55
HSL100.2º78.12%25.1%-
HSV(B)100.2º87.72%44.71%-
XYZ7.2712.672.48-
YUV82.5789.3102.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.86%
GREEN value IS 114 (44.92% from 255) = 65.14%
BLUE value IS 14 (5.86% from 255) = 8%
R=26.86%
G=65.14%
B=8%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47114140.5900.880.55100.278.1225.1
Hex2F72E3B05837644e19
Octal57162167301306714411631
Binary10111111100101110111011010110001101111100100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F720E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,114,14); }

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

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

 a { background-color: rgb(47,114,14); }

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

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

 span { border-color: rgb(47,114,14); }

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