#2F7219

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

Shades of Bilbao #2F7219

Tints of Bilbao #2F7219

Color information

#2F7219 (or 0x2F7219) is unknown color: approx Bilbao. HEX triplet: 2F, 72 and 19. RGB value is (47,114,25). Sum of RGB (Red+Green+Blue) = 47+114+25=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #2F7219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7219 is #D08DE6. Grayscale: #545454. Windows color (decimal): -13667815 or 1667631. OLE color: 1667631.

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

Color convert

RGB4711425-
CMYK0.5900.780.55
HSL105.17º64.03%27.25%-
HSV(B)105.17º78.07%44.71%-
XYZ7.3712.712.98-
YUV83.8294.8101.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 114 (44.92% from 255) = 61.29%
BLUE value IS 25 (10.16% from 255) = 13.44%
R=25.27%
G=61.29%
B=13.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47114250.5900.780.55105.1764.0327.25
Hex2F72193B04E3769401b
Octal57162317301166715110033
Binary101111111001011001111011010011101101111101001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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