#2F7621

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

Shades of Bilbao #2F7621

Tints of Bilbao #2F7621

Color information

#2F7621 (or 0x2F7621) is unknown color: approx Bilbao. HEX triplet: 2F, 76 and 21. RGB value is (47,118,33). Sum of RGB (Red+Green+Blue) = 47+118+33=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #2F7621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7621 is #D089DE. Grayscale: #575757. Windows color (decimal): -13666783 or 2192943. OLE color: 2192943.

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

Color convert

RGB4711833-
CMYK0.6000.720.54
HSL110.12º56.29%29.61%-
HSV(B)110.12º72.03%46.27%-
XYZ7.9313.673.66-
YUV87.0897.4899.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.74%
GREEN value IS 118 (46.48% from 255) = 59.60%
BLUE value IS 33 (13.28% from 255) = 16.67%
R=23.74%
G=59.60%
B=16.67%

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
Decimal47118330.6000.720.54110.1256.2929.61
Hex2F76213C048366e381e
Octal5716641740110661567036
Binary101111111011010000111110001001000110110110111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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