#2F7308

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

Shades of Bilbao #2F7308

Tints of Bilbao #2F7308

Color information

#2F7308 (or 0x2F7308) is unknown color: approx Bilbao. HEX triplet: 2F, 73 and 08. RGB value is (47,115,8). Sum of RGB (Red+Green+Blue) = 47+115+8=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 115 (45.31% from 255 or 67.65% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 115 - color contains mainly: green. Hex color #2F7308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7308 is #D08CF7. Grayscale: #525252. Windows color (decimal): -13667576 or 553775. OLE color: 553775.

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

Color convert

RGB471158-
CMYK0.5900.930.55
HSL98.13º86.99%24.12%-
HSV(B)98.13º93.04%45.1%-
XYZ7.3512.882.33-
YUV82.4785.97102.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.65%
GREEN value IS 115 (45.31% from 255) = 67.65%
BLUE value IS 8 (3.52% from 255) = 4.71%
R=27.65%
G=67.65%
B=4.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4711580.5900.930.5598.1386.9924.12
Hex2F7383B05D37625718
Octal57163107301356714212730
Binary10111111100111000111011010111011101111100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,115,8); }

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

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

 a { background-color: rgb(47,115,8); }

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

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

 span { border-color: rgb(47,115,8); }

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