#2F721F

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

Shades of Bilbao #2F721F

Tints of Bilbao #2F721F

Color information

#2F721F (or 0x2F721F) is unknown color: approx Bilbao. HEX triplet: 2F, 72 and 1F. RGB value is (47,114,31). Sum of RGB (Red+Green+Blue) = 47+114+31=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 114 (44.92% from 255 or 59.38% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 114 - color contains mainly: green. Hex color #2F721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F721F is #D08DE0. Grayscale: #545454. Windows color (decimal): -13667809 or 2060847. OLE color: 2060847.

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

Color convert

RGB4711431-
CMYK0.5900.730.55
HSL108.43º57.24%28.43%-
HSV(B)108.43º72.81%44.71%-
XYZ7.4412.743.36-
YUV84.597.8101.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.48%
GREEN value IS 114 (44.92% from 255) = 59.38%
BLUE value IS 31 (12.5% from 255) = 16.15%
R=24.48%
G=59.38%
B=16.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47114310.5900.730.55108.4357.2428.43
Hex2F721F3B049376c391c
Octal5716237730111671547134
Binary10111111100101111111101101001001110111110110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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