#2F7323

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

Shades of Bilbao #2F7323

Tints of Bilbao #2F7323

Color information

#2F7323 (or 0x2F7323) is unknown color: approx Bilbao. HEX triplet: 2F, 73 and 23. RGB value is (47,115,35). Sum of RGB (Red+Green+Blue) = 47+115+35=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #2F7323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7323 is #D08CDC. Grayscale: #555555. Windows color (decimal): -13667549 or 2323247. OLE color: 2323247.

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

Color convert

RGB4711535-
CMYK0.5900.700.55
HSL111º53.33%29.41%-
HSV(B)111º69.57%45.1%-
XYZ7.6112.993.7-
YUV85.5599.47100.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 115 (45.31% from 255) = 58.38%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=23.86%
G=58.38%
B=17.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47115350.5900.700.5511153.3329.41
Hex2F73233B046376f351d
Octal5716343730106671576535
Binary101111111001110001111101101000110110111110111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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