#2F7521

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

Shades of Bilbao #2F7521

Tints of Bilbao #2F7521

Color information

#2F7521 (or 0x2F7521) is unknown color: approx Bilbao. HEX triplet: 2F, 75 and 21. RGB value is (47,117,33). Sum of RGB (Red+Green+Blue) = 47+117+33=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #2F7521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7521 is #D08ADE. Grayscale: #565656. Windows color (decimal): -13667039 or 2192687. OLE color: 2192687.

HSL color Cylindrical-coordinate representation of color #2F7521: hue angle of 110º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F7521 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB4711733-
CMYK0.6000.720.54
HSL110º56%29.41%-
HSV(B)110º71.79%45.88%-
XYZ7.8113.443.62-
YUV86.4997.8199.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 117 (46.09% from 255) = 59.39%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=23.86%
G=59.39%
B=16.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47117330.6000.720.541105629.41
Hex2F75213C048366e381d
Octal5716541740110661567035
Binary101111111010110000111110001001000110110110111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,117,33); }

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

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

 a { background-color: rgb(47,117,33); }

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

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

 span { border-color: rgb(47,117,33); }

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