#2F6605

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

Shades of Bilbao #2F6605

Tints of Bilbao #2F6605

Color information

#2F6605 (or 0x2F6605) is unknown color: approx Bilbao. HEX triplet: 2F, 66 and 05. RGB value is (47,102,5). Sum of RGB (Red+Green+Blue) = 47+102+5=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 102 (40.23% from 255 or 66.23% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 102 - color contains mainly: green. Hex color #2F6605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6605 is #D099FA. Grayscale: #4A4A4A. Windows color (decimal): -13670907 or 353839. OLE color: 353839.

HSL color Cylindrical-coordinate representation of color #2F6605: hue angle of 94.02º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F6605 is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB471025-
CMYK0.5400.950.6
HSL94.02º90.65%20.98%-
HSV(B)94.02º95.1%40%-
XYZ5.9510.121.78-
YUV74.588.78108.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.52%
GREEN value IS 102 (40.23% from 255) = 66.23%
BLUE value IS 5 (2.34% from 255) = 3.25%
R=30.52%
G=66.23%
B=3.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4710250.5400.950.694.0290.6520.98
Hex2F6653605F3C5e5b15
Octal5714656601377413613325
Binary1011111100110101110110010111111111001011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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