#2F721E

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

Shades of Bilbao #2F721E

Tints of Bilbao #2F721E

Color information

#2F721E (or 0x2F721E) is unknown color: approx Bilbao. HEX triplet: 2F, 72 and 1E. RGB value is (47,114,30). Sum of RGB (Red+Green+Blue) = 47+114+30=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 114 (44.92% from 255 or 59.69% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 114 - color contains mainly: green. Hex color #2F721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F721E is #D08DE1. Grayscale: #545454. Windows color (decimal): -13667810 or 1995311. OLE color: 1995311.

HSL color Cylindrical-coordinate representation of color #2F721E: hue angle of 107.86º degrees, saturation: 0.58, 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 #2F721E is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB4711430-
CMYK0.5900.740.55
HSL107.86º58.33%28.24%-
HSV(B)107.86º73.68%44.71%-
XYZ7.4212.733.29-
YUV84.3997.3101.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.61%
GREEN value IS 114 (44.92% from 255) = 59.69%
BLUE value IS 30 (12.11% from 255) = 15.71%
R=24.61%
G=59.69%
B=15.71%

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
Decimal47114300.5900.740.55107.8658.3328.24
Hex2F721E3B04A376c3a1c
Octal5716236730112671547234
Binary10111111100101111011101101001010110111110110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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