#2F7F05

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

Shades of Bilbao #2F7F05

Tints of Bilbao #2F7F05

Color information

#2F7F05 (or 0x2F7F05) is unknown color: approx Bilbao. HEX triplet: 2F, 7F and 05. RGB value is (47,127,5). Sum of RGB (Red+Green+Blue) = 47+127+5=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 127 (50% from 255 or 70.95% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 127 - color contains mainly: green. Hex color #2F7F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F7F05 is #D080FA. Grayscale: #595959. Windows color (decimal): -13664507 or 360239. OLE color: 360239.

HSL color Cylindrical-coordinate representation of color #2F7F05: hue angle of 99.34º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F7F05 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB471275-
CMYK0.6300.960.50
HSL99.34º92.42%25.88%-
HSV(B)99.34º96.06%49.8%-
XYZ8.7915.792.73-
YUV89.1780.597.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.26%
GREEN value IS 127 (50% from 255) = 70.95%
BLUE value IS 5 (2.34% from 255) = 2.79%
R=26.26%
G=70.95%
B=2.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4712750.6300.960.5099.3492.4225.88
Hex2F7F53F06032635c1a
Octal5717757701406214313432
Binary1011111111111101111111011000001100101100011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,127,5); }

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

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

 a { background-color: rgb(47,127,5); }

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

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

 span { border-color: rgb(47,127,5); }

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