#2F7718

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

Shades of Bilbao #2F7718

Tints of Bilbao #2F7718

Color information

#2F7718 (or 0x2F7718) is unknown color: approx Bilbao. HEX triplet: 2F, 77 and 18. RGB value is (47,119,24). Sum of RGB (Red+Green+Blue) = 47+119+24=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 119 (46.88% from 255 or 62.63% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7718 is #D088E7. Grayscale: #565656. Windows color (decimal): -13666536 or 1603375. OLE color: 1603375.

HSL color Cylindrical-coordinate representation of color #2F7718: hue angle of 105.47º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F7718 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB4711924-
CMYK0.6100.800.53
HSL105.47º66.43%28.04%-
HSV(B)105.47º79.83%46.67%-
XYZ7.9313.863.12-
YUV86.6492.6599.72-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 119 (46.88% from 255) = 62.63%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=24.74%
G=62.63%
B=12.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47119240.6100.800.53105.4766.4328.04
Hex2F77183D0503569421c
Octal57167307501206515110234
Binary101111111011111000111101010100001101011101001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,119,24); }

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

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

 a { background-color: rgb(47,119,24); }

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

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

 span { border-color: rgb(47,119,24); }

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