#2F7220

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

Shades of Bilbao #2F7220

Tints of Bilbao #2F7220

Color information

#2F7220 (or 0x2F7220) is unknown color: approx Bilbao. HEX triplet: 2F, 72 and 20. RGB value is (47,114,32). Sum of RGB (Red+Green+Blue) = 47+114+32=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 114 (44.92% from 255 or 59.07% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 114 - color contains mainly: green. Hex color #2F7220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7220 is #D08DDF. Grayscale: #545454. Windows color (decimal): -13667808 or 2126383. OLE color: 2126383.

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

Color convert

RGB4711432-
CMYK0.5900.720.55
HSL109.02º56.16%28.63%-
HSV(B)109.02º71.93%44.71%-
XYZ7.4512.743.43-
YUV84.6298.3101.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.35%
GREEN value IS 114 (44.92% from 255) = 59.07%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=24.35%
G=59.07%
B=16.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47114320.5900.720.55109.0256.1628.63
Hex2F72203B048376d381d
Octal5716240730110671557035
Binary101111111001010000011101101001000110111110110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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