#2F740F

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

Shades of Bilbao #2F740F

Tints of Bilbao #2F740F

Color information

#2F740F (or 0x2F740F) is unknown color: approx Bilbao. HEX triplet: 2F, 74 and 0F. RGB value is (47,116,15). Sum of RGB (Red+Green+Blue) = 47+116+15=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #2F740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F740F is #D08BF0. Grayscale: #545454. Windows color (decimal): -13667313 or 1012783. OLE color: 1012783.

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

Color convert

RGB4711615-
CMYK0.5900.870.55
HSL100.99º77.1%25.69%-
HSV(B)100.99º87.07%45.49%-
XYZ7.513.132.59-
YUV83.8589.14101.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.40%
GREEN value IS 116 (45.70% from 255) = 65.17%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=26.40%
G=65.17%
B=8.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47116150.5900.870.55100.9977.125.69
Hex2F74F3B05737654d1a
Octal57164177301276714511532
Binary10111111101001111111011010101111101111100101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,116,15); }

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

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

 a { background-color: rgb(47,116,15); }

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

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

 span { border-color: rgb(47,116,15); }

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